diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 11:05:42 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 11:05:42 +0000 |
commit | 305857535615c13098272b678a72000b021a7fc3 (patch) | |
tree | 588d04c9a14561b6bc6d3e5ef09d413692a36771 /startup/rh-upstart-init.in | |
parent | Initial commit. (diff) | |
download | nagios-nrpe-305857535615c13098272b678a72000b021a7fc3.tar.xz nagios-nrpe-305857535615c13098272b678a72000b021a7fc3.zip |
Adding upstream version 4.0.3.upstream/4.0.3upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | startup/rh-upstart-init.in | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/startup/rh-upstart-init.in b/startup/rh-upstart-init.in new file mode 100644 index 0000000..58bf3b5 --- /dev/null +++ b/startup/rh-upstart-init.in @@ -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 |