Windows Service Check is always OK in Nagios?
Brought to you by:
patrickproy
Hi, I wanna use the Windows Services check by snmp_win.pl (from http://nagios.manubulon.com/) . It works, but got two little problems. I got this errors every time from the script:
Argument "v6.0.1" isn't numeric in numeric lt (<) at ./check_snmp_win.pl line 259.
Argument "v6.0.1" isn't numeric in numeric lt (<) at ./check_snmp_win.pl line 317.
Where this is listed: $resultat = (Net::SNMP->VERSION < 4) ?
Can someone explain what's wrong?
And the service check is always OK when the service name is found, don't matter if the service is running or not, that's not the meaning of the script, but can't fix it unfortunately .
Hope someone can help me out :)
thnx!