Re: [Nagios-users] Monitoring using MIBs

2009-03-25 Thread The Noob
Hello Marc, Thanks for your answer. In fact I find a solution. My Syslog-NG server which receives all Bluecoat messages send a SNMP TRAP when it detects a "status changes in the failover" with Regex. FInally, Nagios create an alarm in my TRAP service for my bluecoat. Best regards TheNoob 2009/3/20

Re: [Nagios-users] Monitoring using MIBs

2009-03-20 Thread Marc Powell
On Mar 19, 2009, at 5:33 PM, The Noob wrote: > Hello, > > Someone knows how to check Failover Status On bluecoat ? > In fact Bluecoat send a syslog when it changes states Master to > backup but it does not send any snmp trap. > SO I search an OID to pool the failover status . > Can you help me

Re: [Nagios-users] Monitoring using MIBs

2009-03-19 Thread The Noob
Hello, Someone knows how to check Failover Status On bluecoat ? In fact Bluecoat send a syslog when it changes states Master to backup but it does not send any snmp trap. SO I search an OID to pool the failover status . Can you help me ? Best regards 2007/12/19 Hugo Rebello > One more questio

Re: [Nagios-users] Monitoring using MIBs

2007-12-19 Thread Hugo Rebello
One more question. I have the mib information below, however I don't know how can I use it on the Nagios check. I have tried this command, but I've just receive SNMP Warning message. ./check_snmp -H 192.168.1.12 -o .iso.org.dod.internet.private.enterprises.blueCoat.blueCoatMgmt.deviceUsageMI

Re: [Nagios-users] Monitoring using MIBs

2007-12-19 Thread Miah, W (Wadud)
Here's an example on using snmpwalk: snmpwalk -Of -c public -v1 -m IFT-SNMP-MIB 172.16.140.35 private where the MIB is stored in /usr/share/snmp/mibs/. The MIB can also be specified in the check_snmp plugin, which obtains it from the specified path. Examine the MIB first and browse through the ou

Re: [Nagios-users] Monitoring using MIBs

2007-12-18 Thread Marc Powell
On Dec 18, 2007, at 5:20 AM, Hugo Rebello wrote: > Can anyone help me ? > > I'd like to monitor a specific proxy service (Blue Coat) and I don't > know if Nagios works with different mibs. > Anybody knows a good tip about that ? An snmpwalk won't really show you the interesting stuff on the

Re: [Nagios-users] Monitoring using MIBs

2007-12-18 Thread Giles Coochey
From: Hugo Rebello [mailto:[EMAIL PROTECTED] Sent: 18 December 2007 12:33 To: Giles Coochey Cc: nagios-users@lists.sourceforge.net Subject: Re: [Nagios-users] Monitoring using MIBs Could you send me an example of snmpwalk command ? Thank you. Hugo

Re: [Nagios-users] Monitoring using MIBs

2007-12-18 Thread Hugo Rebello
Could you send me an example of snmpwalk command ? Thank you. Hugo Giles Coochey escreveu: Can anyone help me ? I'd like to monitor a specific proxy service (Blue Coat) and I don't know if Nagios works with different mibs. Anybody knows a good tip about that

Re: [Nagios-users] Monitoring using MIBs

2007-12-18 Thread Giles Coochey
> Can anyone help me ? > > I'd like to monitor a specific proxy service (Blue Coat) and I don't know > if Nagios works with different mibs. > Anybody knows a good tip about that ? > My Tip #1: I recommend using numerical OIDs with check_snmp. That way you don't have to have the MIB loaded anywhe