Plugin "check_snmp_uptime.pl" with Windows
Posted: Sat Jun 15, 2019 10:02 am
Hi:
When I use the "check_snmp_uptime.pl" plugin against a Linux works correctly:
... but when I consult a Windows, it always gives me the following error:
Always returns as Uptime value: 0 days, 0 hours, 0 minutes. Has someone happened to?
Regards,
When I use the "check_snmp_uptime.pl" plugin against a Linux works correctly:
Code: Select all
[root@localhost libexec]# ./check_snmp_uptime.pl -H 192.168.20.62 -C test
SNMP uptime: 0 days, 0 hours, 28 minutes, 18 seconds : WARNINGCode: Select all
[root@localhost libexec]# ./check_snmp_uptime.pl -H 192.168.10.100 -C testwin
Argument "noSuchObject" isn't numeric in numeric le (<=) at ./check_snmp_uptime.pl line 394.
SNMP uptime: 0 days, 0 hours, 0 minutes, noSuchObject seconds : CRITICALRegards,