upstart-init 453 B

1234567891011121314151617181920
  1. # nrpe - the Nagios Remote Plugin Executor
  2. #
  3. # nrpe is a program that runs plugins on this host
  4. # and reports the results back to a nagios server
  5. #
  6. # Copyright (c) 2016 Nagios(R) Core(TM) Development Team
  7. description "the Nagios Remote Plugin Executor"
  8. oom score -800
  9. setgid nagios
  10. setuid nagios
  11. start on (local-filesystems and net-device-up IFACE!=lo)
  12. stop on runlevel [!2345]
  13. expect daemon
  14. respawn
  15. exec /usr/sbin/nrpe -c /etc/nagios/nrpe.cfg -d