upstart-init.in 454 B

12345678910111213141516171819
  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 @nrpe_group@
  10. setuid @nrpe_user@
  11. start on (local-filesystems and net-device-up IFACE!=lo)
  12. stop on runlevel [!2345]
  13. respawn
  14. exec @sbindir@/nrpe -c @pkgsysconfdir@/nrpe.cfg -f