i have a problem with my Nagios XI2011R1.9, which be installed on a CentOS 6.0
It can't check the ram of a server AIX 6.1, it take an error " No output returned from plugin".
I don't understand where it comes.
My NRPE check are OK for all other test (Users, disk_space, total_process).
For the moment, we don"t use SSL certificate, I show "-n" in my request.
Command.cfg on server Nagios Xi:
Code: Select all
define command {
command_name check_nrpe
command_line $USER1$/check_nrpe -H $HOSTADDRESS$ -t 30 -c $ARG1$ $ARG2$
}
define command {
command_name check_nrpeversion
command_line $USER1$/check_nrpe -H $HOSTADDRESS$
)Code: Select all
define service {
host_name seche15.sechehetres
service_description Ram used test
use generic-service
check_command check_nrpe!check_aix_ram_f!-n -f!!!!!!
check_period 24x7
register 1
}
define service {
host_name seche15.sechehetres
service_description Total Processes
use generic-service
check_command check_nrpe!check_total_procs! -n !!!!!!
max_check_attempts 5
check_interval 1
retry_interval 1
notification_interval 60
first_notification_delay 0
notifications_enabled 0
contacts nagiosadmin
_xiwizard nrpe
register 1
}