Page 1 of 1

No output returned from plugin-check_ram

Posted: Mon Mar 12, 2012 3:24 am
by SECHE ENVIRONNEMENT
hi,
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$
)
service on my server Nagiso XI :

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
        }
...

Re: No output returned from plugin-check_ram

Posted: Mon Mar 12, 2012 7:40 am
by scottwilkerson
Can you also show us the snippet from your NRPE config on the AIX server with the check_aix_ram_f check.

Also, did you restart the NRPE service after you added check_aix_ram_f?

Finally, can you run this command from the AIX command prompt?

Re: No output returned from plugin-check_ram

Posted: Wed Mar 14, 2012 3:00 am
by SECHE ENVIRONNEMENT
Hi,
Can you delete this topic, it's a duplicate !
Thanks