Re: NRPE Check Differeneces
Posted: Fri Jan 24, 2014 2:59 pm
I've attached the output of ls -la
I checked the paths for the commands, they all point to /use/lib/nagios/plugins (same as on my 32-bit system)
I also made sure that check_init_service existed, which it does:
I checked the paths for the commands, they all point to /use/lib/nagios/plugins (same as on my 32-bit system)
Code: Select all
command[check_users]=/usr/lib/nagios/plugins/check_users -w 5 -c 10
command[check_load]=/usr/lib/nagios/plugins/check_load -w 15,10,5 -c 30,25,20
command[check_hda1]=/usr/lib/nagios/plugins/check_disk -w 20% -c 10% -p /dev/hda1
command[check_zombie_procs]=/usr/lib/nagios/plugins/check_procs -w 5 -c 10 -s Z
command[check_total_procs]=/usr/lib/nagios/plugins/check_procs -w 150 -c 200
# The following examples allow user-supplied arguments and can
# only be used if the NRPE daemon was compiled with support for
# command arguments *AND* the dont_blame_nrpe directive in this
# config file is set to '1'. This poses a potential security risk, so
# make sure you read the SECURITY file before doing this.
#command[check_users]=/usr/lib/nagios/plugins/check_users -w $ARG1$ -c $ARG2$
#command[check_load]=/usr/lib/nagios/plugins/check_load -w $ARG1$ -c $ARG2$
command[check_disk]=/usr/lib/nagios/plugins/check_disk -w $ARG1$ -c $ARG2$ -p $ARG3$
#command[check_procs]=/usr/lib/nagios/plugins/check_procs -w $ARG1$ -c $ARG2$ -s $ARG3$
Code: Select all
$ pwd
/usr/lib/nagios/plugins
$ ls -lah check_init_service
-rwxr-xr-x 1 root root 4.0K Feb 5 2013 check_init_service