Code: Select all
ps -aef | grep nrpe
Code: Select all
ps -aef | grep nrpe
Code: Select all
nmap 192.168.19.141 -p 5666
Code: Select all
/etc/init.d/nrpe restart
Code: Select all
tail /var/log/messages
Code: Select all
ps -aef | grep nrpe
nagios 879 1 0 08:17 ? 00:00:00 /usr/sbin/nrpe -c /etc/nagios/nrpe.cfg -d
1000 1289 1056 0 08:31 tty1 00:00:00 grep --color=auto nrpe
Code: Select all
allowed_hosts=127.0.0.1,192.168.19.134
dont_blame_nrpe=1
debug=1
Code: Select all
command_prefix=/usr/bin/sudo
Code: Select all
tail syslog
Code: Select all
Feb 1 10:28:28 ubuntu nrpe[2716]: Host 192.168.19.134 is not allowed to talk to us!
Code: Select all
/etc/init.d/nrpe restart
Code: Select all
ps -aef |grep nrpe
Code: Select all
service xinetd restart
Code: Select all
#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 $
#command[check_procs=usr/lib/nagios/plugins/check_procs -w $ARGS1$ -c $ARG2$ -$