Code: Select all
XXXX@support:~$ grep nag /etc/passwd
Code: Select all
list:x:38:38:Mailing List Manager:/var/list:/usr/sbin/nologin
nagios:x:1001:1001::/home/nagios:/bin/bash
Code: Select all
XXXX@support:~$ grep nag /etc/passwd
Code: Select all
list:x:38:38:Mailing List Manager:/var/list:/usr/sbin/nologin
nagios:x:1001:1001::/home/nagios:/bin/bash
So if your server cannot resolve the hostname in DNS, that could be causing the error. Make sure the hostname can be resolved on the system.Short name for the host (i.e. "biglinuxbox"). This value is taken from the host_name directive in the host definition.
Code: Select all
command_line $USER1$/check_nrpe -H $HOSTNAME$ -c $ARG1$Code: Select all
command_line $USER1$/check_nrpe -H $HOSTADDRESS$ -c $ARG1$