[Nagios-users] nagios 3.x - check_bonding ?

2008-06-25 Thread Tom Brown
Hi

I have recently started deploying bonding throughout our estate and i 
interested in monitoring the bonded interface - I can see the status of 
the bond in /proc/net/bonding but i wonder if anyone has already written 
a plugin to test this. I have looked on nagios exchange and google but 
not come up with anything so far.

thanks


-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
___
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] nagios 3.x - check_bonding ?

2008-06-25 Thread Steffen Knauf
Hi Tom,

it's no problem to get the status of the bonding interace via snmp.

(i have an Intel Dual Server Adapter):
.1.3.6.1.2.1.2.2.1.7.5 = INTEGER: up(1)

The only one you need is the correct oid.

so you can check via check_snmp.

I try to monitor the traffic of the bonding interface 
(BONDING_MODULE_OPTS=mode=4) via mrtg (Traffic), but the result is 
dissatisfying. It's not the sum of the ethernet interfaces.
But it's no problem to monitor the two real ethernet cards.

Steffen


 Hi
 
 I have recently started deploying bonding throughout our estate and i 
 interested in monitoring the bonded interface - I can see the status of 
 the bond in /proc/net/bonding but i wonder if anyone has already written 
 a plugin to test this. I have looked on nagios exchange and google but 
 not come up with anything so far.
 
 thanks
 
 
 -
 Check out the new SourceForge.net Marketplace.
 It's the best place to buy or sell services for
 just about anything Open Source.
 http://sourceforge.net/services/buy/index.php
 ___
 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
 

-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
___
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] nagios 3.x - check_bonding ?

2008-06-25 Thread Tom Brown


 it's no problem to get the status of the bonding interace via snmp.

 (i have an Intel Dual Server Adapter):
 .1.3.6.1.2.1.2.2.1.7.5 = INTEGER: up(1)

 The only one you need is the correct oid.

 so you can check via check_snmp.

 I try to monitor the traffic of the bonding interface 
 (BONDING_MODULE_OPTS=mode=4) via mrtg (Traffic), but the result is 
 dissatisfying. It's not the sum of the ethernet interfaces.
 But it's no problem to monitor the two real ethernet cards.

   

i'll take a look - thanks


-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
___
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] nagios 3.x - check_bonding ?

2008-06-25 Thread Steffen Knauf
 

 it's no problem to get the status of the bonding interace via snmp.

 (i have an Intel Dual Server Adapter):
 .1.3.6.1.2.1.2.2.1.7.5 = INTEGER: up(1)

 The only one you need is the correct oid.

 so you can check via check_snmp.

 I try to monitor the traffic of the bonding interface 
 (BONDING_MODULE_OPTS=mode=4) via mrtg (Traffic), but the result is 
 dissatisfying. It's not the sum of the ethernet interfaces.
 But it's no problem to monitor the two real ethernet cards.

   
 
 i'll take a look - thanks
 
 
Hello,

if you saerch a MIB /OID take a look to :

http://www.oidview.com/mibs/detail.html
http://www.mibdepot.com/index.shtml

or you have to look yourself:

snmpwalk -On -v 1 -c COMMUNITY IP OID

You can get everything of the bonding interface via snmp, with one 
exception: the Max Network Speed (1000 MBit per example).
Unfortenately you will get the wrong integer.

greets

Steffen


-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
___
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