Imported Upstream version 3.0.1
This commit is contained in:
17
startup/rh-upstart-init.in
Normal file
17
startup/rh-upstart-init.in
Normal file
@@ -0,0 +1,17 @@
|
||||
# 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 -10
|
||||
|
||||
start on started network
|
||||
stop on runlevel [!2345]
|
||||
|
||||
respawn
|
||||
|
||||
exec @sbindir@/nrpe -c @pkgsysconfdir@/nrpe.cfg -f
|
||||
Reference in New Issue
Block a user