# nrpe - the Nagios Remote Plugin Executor
#
# nrpe is a program that runs plugins on this host
# and reports the results back to a nagios server
#
# Copyright (c) 2016 Nagios(R) Core(TM) Development Team

description		"the Nagios Remote Plugin Executor"

oom score -800
setgid nagios
setuid nagios

start on (local-filesystems and net-device-up IFACE!=lo)
stop on runlevel [!2345]

expect daemon
respawn

exec /usr/sbin/nrpe -c /etc/nagios/nrpe.cfg -f
