Operating System - HP-UX
1833838 Members
2449 Online
110063 Solutions
New Discussion

HPUX11.23/Nagios/NRPE check_disk syntax

 
Rick Garland
Honored Contributor

HPUX11.23/Nagios/NRPE check_disk syntax

Hi all:

Working through the Nagios NRPE stuff for HPUX. I have all components built and working.

Server is RHEL4 and remote host is HPUX 11.23. I am having trouble with the syntax for the check_disk. (I did compile the plugins and nrpe on HPUX). Viewing the 'check_disk -h' and I am able to execute the check_disk locally on the HPUX system but when I use nrpe from the server it keeps giving me "unknown arguments" and turns the service critical.

Here is the nrpe.cfg entry on the HPUX remote host
command[check_disk]=/usr/local/nagios/libexec/check_disk -w 15% -c 10% -p /

The services.cfg file has
define service{
use local-service ; Name of service template to use
host_name stealth
service_description ROOT partition
check_command check_nrpe!check_disk!10%!5%!/
}

Any ideas?

Thanks