Re: [Nagios-users] check_snmp to monitor temperature probes

2007-07-29 Thread Jim Avery
On 29/07/07, Patel, H (Hiten) <[EMAIL PROTECTED]> wrote: > I need to implement monitoring for the set of temperature probes using snmp. > I've issued the following command: > /usr/local/nagios/libexec/check_snmp -H -o > . -w 27 -c 28 -C public > > And got: > > SNMP OK - 22 | iso.3.6.1.4.1.17373.

Re: [Nagios-users] check_snmp to monitor temperature probes

2007-07-29 Thread william(at)elan.net
http://william.leibzon.org/nagios/plugins/check_snmp_temperature.pl On Sun, 29 Jul 2007, Patel, H (Hiten) wrote: > Hi > > I need to implement monitoring for the set of temperature probes using snmp. > I've issued the following command: > /usr/local/nagios/libexec/check_snmp -H -o . -w 27 -c

[Nagios-users] check_snmp to monitor temperature probes

2007-07-29 Thread Patel, H (Hiten)
Hi I need to implement monitoring for the set of temperature probes using snmp. I've issued the following command: /usr/local/nagios/libexec/check_snmp -H -o . -w 27 -c 28 -C public And got: SNMP OK - 22 | iso.3.6.1.4.1.17373.2.2.1.5.1=22 How can I implement this in Nagios?. I've only ins