-
Hi,
Never compiled this on Solaris.
It seems it doesn't like :
static struct option long_options[50];
"struct option" is defined in "getopt.h" I think. Maybe it it different with Solaris.
Regards,
Patrick.
2007-12-03 19:50:03 UTC in Nagios snmp plugins
-
Hi,
Thanks for the patch. I wasn't willing to work on it as CATOS will soon be obsoleted, but I will review and include your patch in next versions.
Regards,
Patrick.
2007-11-14 17:07:51 UTC in Nagios snmp plugins
-
The SNMP counters should go back to zero if they overflow, but what you can do is use the 64 bit counters with the "-g" option.
About the output, your snmp table seems OK (saying "32 bit counters") and Net-SNMP should NOT give 5 bytes output for a 4 bytes counter. Is it the only server with this version of Linux/Net-SNMP ?
Regards,
Patrick.
2007-10-26 21:18:27 UTC in Nagios snmp plugins
-
Hi,
There is an error because snmp should give a counter32 variable but is giving one byte more....
What is the host type your are making checks on ?
What is the version of Net-SNMP on the server ?
Could you do a snmpwalk on these OIDs :
- 1.3.6.1.2.1.2.2.1.10
- 1.3.6.1.2.1.2.2.1.16
(snmpwalk -v1 -c public 127.0.0.1 1.3.6.1.2.1.2.2.1.10)
Patrick.
2007-10-25 12:29:25 UTC in Nagios snmp plugins
-
patrickproy committed patchset 110 of module plugins to the Nagios snmp plugins CVS repository, changing 1 files.
2007-10-20 11:26:06 UTC in Nagios snmp plugins
-
patrickproy committed patchset 109 of module plugins to the Nagios snmp plugins CVS repository, changing 1 files.
2007-10-17 17:49:10 UTC in Nagios snmp plugins
-
patrickproy committed patchset 108 of module plugins to the Nagios snmp plugins CVS repository, changing 1 files.
2007-10-17 17:39:05 UTC in Nagios snmp plugins
-
Hi,
If I found out how to get Windows Memory usage without using MIB II storage, I will upgrade check_snmp_mem. Anyway even with this, the command will be different as you will have to put a specific option.
Patrick.
2007-10-17 16:17:43 UTC in Nagios snmp plugins
-
patrickproy committed patchset 107 of module plugins to the Nagios snmp plugins CVS repository, changing 1 files.
2007-10-17 15:55:58 UTC in Nagios snmp plugins
-
Your welcome ;-)
2007-10-15 11:46:42 UTC in Nagios snmp plugins