Re: [Nagios-users] Switch Port Monitoring Advice

2007-09-05 Thread Andreas Ericsson
Robert Jackson wrote:
> What I don't understanding, at the moment, is do I have to setup each of the 
> ports as an individual host? Obviously the check_host_alive would check the
> switch itself is online and would not really be relevant to each of the ports.
> 

No, you query the switch's SNMP engine for its various interface stats.

> I was thinking of some kind of Link Status service, where I could pass a port
> number or group of port numbers, and get a status returned.
> 

That's how it works.

> In terms of 3Com switches, I see quite a lot of Cisco specific scripts and was
> wondering if anyone had done anything with 3Com switches. In particular I
> was interested in the uplink ports and traffic throughput.
> 

Traffic throughput and interface link status is in an oid tree shared between
all vendors. It's when you start wanting to read CPU status, chassis temperature
and fan speed you need to delve into the enterprise branch of the snmp tree.

-- 
Andreas Ericsson   [EMAIL PROTECTED]
OP5 AB www.op5.se
Tel: +46 8-230225  Fax: +46 8-230231


-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


Re: [Nagios-users] Switch Port Monitoring Advice

2007-09-04 Thread Robert Jackson
What I don't understanding, at the moment, is do I have to setup each of the 
ports as an individual host? Obviously the check_host_alive would check the
switch itself is online and would not really be relevant to each of the ports.

I was thinking of some kind of Link Status service, where I could pass a port
number or group of port numbers, and get a status returned.

In terms of 3Com switches, I see quite a lot of Cisco specific scripts and was
wondering if anyone had done anything with 3Com switches. In particular I
was interested in the uplink ports and traffic throughput.


Regards,
Rab.

-Original Message-
From: Patrick Proy [mailto:[EMAIL PROTECTED] 
Sent: Tuesday September 2007 21:22
To: Robert Jackson
Cc: nagios-users@lists.sourceforge.net
Subject: [EMAIL PROTECTED] - Email found in subject - RE: [Nagios-users] Switch 
Port Monitoring Advice

Hi,

Monitoring switch ports is in much case useless as you often monitor the
servers behind. 
In case you want to do this, and test the traffic flow through them, I think
the best way is to use snmmp and group the testing of ports in a few (or
one) services to minimize snmp queries, and only select the ports which
should be up (and/or test other ports to be down).

About 3COM Superstack switches, what do you exactly want to monitor ? Did
you look in www.nagiosexchange.org or specific to snmp
http://nagios.manubulon.com ?

Regards,

Patrick

-Message d'origine-
De : [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] De la part de Robert
Jackson
Envoyé : mardi 4 septembre 2007 16:22
À : nagios-users@lists.sourceforge.net
Objet : [Nagios-users] Switch Port Monitoring Advice

I'm currently in the process of setting up Nagios to monitor our internal
network. 
As part of this process, I want to monitor switch ports and probably make
them the parent of the device connected to them.

What is the best way of going about monitoring switch ports? In particular,
if the individual ports have to be set-up as a host (?), the
check_host_alive script (used for normal hosts) surely is not relevant? I
really want to check specific ports are enabled, up and traffic is flowing
to/from them. Does this mean that I only want to monitor the ports I have
purposely enabled and don't bother monitoring the ones not enabled?


Regards,
Rab.
===
Robert Jackson  Phone: +44 (0) 141 332
7999
Software Engineer Fax:  +44 (0) 141 331
2820
Walker Martyn Ltd
1 Park Circus PlaceEmail:
[EMAIL PROTECTED]
Glasgow G3 6AH, Scotland   Web:
http://www.walkermartyn.co.uk
===



The information in this internet E-mail is confidential and is intended
solely for the addressee. Access, copying or re-use of information in it by
anyone else is unauthorised. Any views or opinions presented are solely
those of the author and do not necessarily represent those of Walker Martyn
Ltd or any of its affiliates. If you are not the intended recipient please
contact  [EMAIL PROTECTED]

Walker Martyn Ltd, company number SC197533. Company is registered in
Scotland and has its registered office at 1 Park Circus Place, Glasgow G3
6AH, UK.





-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


Re: [Nagios-users] Switch Port Monitoring Advice

2007-09-04 Thread Patrick Proy
Hi,

Monitoring switch ports is in much case useless as you often monitor the
servers behind. 
In case you want to do this, and test the traffic flow through them, I think
the best way is to use snmmp and group the testing of ports in a few (or
one) services to minimize snmp queries, and only select the ports which
should be up (and/or test other ports to be down).

About 3COM Superstack switches, what do you exactly want to monitor ? Did
you look in www.nagiosexchange.org or specific to snmp
http://nagios.manubulon.com ?

Regards,

Patrick

-Message d'origine-
De : [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] De la part de Robert
Jackson
Envoyé : mardi 4 septembre 2007 16:22
À : nagios-users@lists.sourceforge.net
Objet : [Nagios-users] Switch Port Monitoring Advice

I'm currently in the process of setting up Nagios to monitor our internal
network. 
As part of this process, I want to monitor switch ports and probably make
them the parent of the device connected to them.

What is the best way of going about monitoring switch ports? In particular,
if the individual ports have to be set-up as a host (?), the
check_host_alive script (used for normal hosts) surely is not relevant? I
really want to check specific ports are enabled, up and traffic is flowing
to/from them. Does this mean that I only want to monitor the ports I have
purposely enabled and don't bother monitoring the ones not enabled?


Regards,
Rab.
===
Robert Jackson  Phone: +44 (0) 141 332
7999
Software Engineer Fax:  +44 (0) 141 331
2820
Walker Martyn Ltd
1 Park Circus PlaceEmail:
[EMAIL PROTECTED]
Glasgow G3 6AH, Scotland   Web:
http://www.walkermartyn.co.uk
===



The information in this internet E-mail is confidential and is intended
solely for the addressee. Access, copying or re-use of information in it by
anyone else is unauthorised. Any views or opinions presented are solely
those of the author and do not necessarily represent those of Walker Martyn
Ltd or any of its affiliates. If you are not the intended recipient please
contact  [EMAIL PROTECTED]

Walker Martyn Ltd, company number SC197533. Company is registered in
Scotland and has its registered office at 1 Park Circus Place, Glasgow G3
6AH, UK.





-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


[Nagios-users] Switch Port Monitoring Advice

2007-09-04 Thread Robert Jackson
I'm currently in the process of setting up Nagios to monitor our
internal network. 
As part of this process, I want to monitor switch ports and probably
make them 
the parent of the device connected to them.

What is the best way of going about monitoring switch ports? In
particular, if the 
individual ports have to be set-up as a host (?), the check_host_alive
script (used
for normal hosts) surely is not relevant? I really want to check
specific ports are 
enabled, up and traffic is flowing to/from them. Does this mean that I
only want
to monitor the ports I have purposely enabled and don't bother
monitoring the 
ones not enabled?


Regards,
Rab.
===
Robert Jackson  Phone: +44 (0) 141 332
7999
Software Engineer Fax:  +44 (0) 141 331
2820
Walker Martyn Ltd
1 Park Circus PlaceEmail:
[EMAIL PROTECTED]
Glasgow G3 6AH, Scotland   Web:
http://www.walkermartyn.co.uk
===



The information in this internet E-mail is confidential and is intended
solely for the addressee. Access, copying or re-use of information in it
by anyone else is unauthorised. Any views or opinions presented are
solely those of the author and do not necessarily represent those of
Walker Martyn Ltd or any of its affiliates. If you are not the
intended recipient please contact  [EMAIL PROTECTED]

Walker Martyn Ltd, company number SC197533. Company is 
registered in Scotland and has its registered office at 1 Park
Circus Place, Glasgow G3 6AH, UK.





-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


Re: [Nagios-users] Switch Port Monitoring

2006-06-25 Thread Steve Shipway
> Anyone like to share how they monitor switch ports?

Here, we use MRTG to graph the switch ports, and the routers2 frontend to
MRTG to make it pretty.  Also, the routers2 frontend has a Nagios plugin to
allow the Nagios data to be displayed as well -- and a portstatus plugin to
show the current individual port configuration and status.

For Nagios, we use a simple ping service and then use the hostextinfo url to
link to the MRTG graphs page.  On some switches, we also have a CPU use
service.  We also have an SNMP trap service and the switches send SNMP traps
to the Nagios host which are parsed and relayed to the appropriate service.
Port up/down etc generate traps which can in turn generate alerts.

Finally, for key switch ports, and additional service can be defined for
that particular port status OID.  It should be possible to do something
similar for port traffic thresholding, but we dont.

Steve



Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


Re: [Nagios-users] Switch Port Monitoring

2006-06-23 Thread jeff vier
On Fri, 2006-06-23 at 16:55 +0100, Robert Jackson wrote:
> Anyone like to share how they monitor switch ports?
> 
> I have a series of switches that I would like to monitor the ports for.
> However
> I would only want to see the overall switch as a host and the switch
> ports as
> host services.
> 
> Is this possible, anyone know how to do this?

I use MRTG (which has the lovely benefit of exciting graphs) and then I
wrote a plugin that checks all of a host's RRD files (created by MRTG)
sequentially and compares them against a threshold.


signature.asc
Description: This is a digitally signed message part
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null

Re: [Nagios-users] Switch Port Monitoring

2006-06-23 Thread Mike Koponick
Robert,

What I typically do is monitoring the switch with a PING, the I setup
services group(s). I have many switches that I watch gig0/1 as an
example as this is the port that interconnects all the other switches. I
have been grouping services groups based on the port that I monitor, and
then add the hosts/hostsgroups.

If you want to view ALL the ports, you can do that as well.

Check out the "check_snmp_int" command.

Mike

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Robert
Jackson
Sent: Friday, June 23, 2006 8:56 AM
To: nagios-users@lists.sourceforge.net
Subject: [Nagios-users] Switch Port Monitoring

Anyone like to share how they monitor switch ports?

I have a series of switches that I would like to monitor the ports for.
However
I would only want to see the overall switch as a host and the switch
ports as
host services.

Is this possible, anyone know how to do this?


Regards,
Rab.
===
Robert Jackson  Phone: +44 (0) 141 332
7999
Software Engineer Fax:  +44 (0) 141 331
2820
Walker Martyn Ltd
1 Park Circus PlaceEmail:
[EMAIL PROTECTED]
Glasgow G3 6AH, Scotland   Web:
http://www.walkermartyn.co.uk
===



The information in this internet E-mail is confidential and is intended
solely for the addressee. Access, copying or re-use of information in it
by anyone else is unauthorised. Any views or opinions presented are
solely those of the author and do not necessarily represent those of
Walker Martyn Ltd or any of its affiliates. If you are not the
intended recipient please contact  [EMAIL PROTECTED]





Using Tomcat but need to do more? Need to support web services,
security?
Get stuff done quickly with pre-integrated technology to make your job
easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache
Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when
reporting any issue. 
::: Messages without supporting info will risk being sent to /dev/null

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


[Nagios-users] Switch Port Monitoring

2006-06-23 Thread Robert Jackson
Anyone like to share how they monitor switch ports?

I have a series of switches that I would like to monitor the ports for.
However
I would only want to see the overall switch as a host and the switch
ports as
host services.

Is this possible, anyone know how to do this?


Regards,
Rab.
===
Robert Jackson  Phone: +44 (0) 141 332
7999
Software Engineer Fax:  +44 (0) 141 331
2820
Walker Martyn Ltd
1 Park Circus PlaceEmail:
[EMAIL PROTECTED]
Glasgow G3 6AH, Scotland   Web:
http://www.walkermartyn.co.uk
===



The information in this internet E-mail is confidential and is intended
solely for the addressee. Access, copying or re-use of information in it
by anyone else is unauthorised. Any views or opinions presented are
solely those of the author and do not necessarily represent those of
Walker Martyn Ltd or any of its affiliates. If you are not the
intended recipient please contact  [EMAIL PROTECTED]





Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null