check_ilo2_health - Status Information: (null)
Posted: Fri Jul 20, 2012 4:02 am
Hi,
I use the nagios plugin check_ilo2_health.pl to monitor the ILO2 status of our HP servers.
The plugin worked great with FAN 2.1. After a new installation of the whole nagios server with FAN 2.3, I can't get the plugin to work again.
When I use the plugin with commandline it shows me the ILO2 Status.
In nagios it shows me (null) in Status Information (see attached screenshot).
Any help appreciated!!!
Additional Info:
Plugin check - works:
commands.cfg:
windows.cfg - sample host:
windows.cfg - service def:
I use the nagios plugin check_ilo2_health.pl to monitor the ILO2 status of our HP servers.
The plugin worked great with FAN 2.1. After a new installation of the whole nagios server with FAN 2.3, I can't get the plugin to work again.
When I use the plugin with commandline it shows me the ILO2 Status.
In nagios it shows me (null) in Status Information (see attached screenshot).
Any help appreciated!!!
Additional Info:
Plugin check - works:
Code: Select all
# /usr/lib/nagios/plugins/check_ilo2_health.pl -n -H SERVERIP -u USERNAME -p PASSWORD
ILO2_HEALTH OK - No faults detectedCode: Select all
define command{
command_name check_ilo2_health
command_line /usr/lib/nagios/plugins/check_ilo2_health.pl -n -H $_HOSTILO_ADDRESS$ -u USERNAME -p PASSWORD
}Code: Select all
define host{
use windows-server
host_name SERVERNAME
alias SERVERNAME
address 192.168.0.1
_ILO_ADDRESS 192.168.0.2
register 1
}Code: Select all
define service{
use generic-service
host_name SERVERNAME
service_description ILO2 Health Status
check_command check_ilo2_health
register 1
}