No output returned from plugin-check_ram

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
SECHE ENVIRONNEMENT
Posts: 5
Joined: Fri Mar 09, 2012 3:35 am

No output returned from plugin-check_ram

Post 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
        }
...
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: No output returned from plugin-check_ram

Post 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?
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
SECHE ENVIRONNEMENT
Posts: 5
Joined: Fri Mar 09, 2012 3:35 am

Re: No output returned from plugin-check_ram

Post by SECHE ENVIRONNEMENT »

Hi,
Can you delete this topic, it's a duplicate !
Thanks
Locked