Re: check_hp output null
Posted: Wed Aug 28, 2013 2:35 am
I solved it. 
The check_hp plugin contain an invalid path by me:
The correct path:
It works!
Thanks!
The check_hp plugin contain an invalid path by me:
Code: Select all
use POSIX;
use strict;
use lib "/usr/local/nagios/libexec";
...
Code: Select all
use lib "/usr/lib/nagios/plugins";
It works!
Thanks!