1# ndo2db - the Nagios Remote Plugin Executor
2#
3# ndo2db 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
8description		"the Nagios Remote Plugin Executor"
9
10oom score -800
11setgid @ndo2db_group@
12setuid @ndo2db_user@
13
14start on (local-filesystems and net-device-up IFACE!=lo)
15stop on runlevel [!2345]
16
17respawn
18
19exec @sbindir@/ndo2db -c @pkgsysconfdir@/ndo2db.cfg -f
20