From fa618ad4282bbbbd35ee53dcd71fed599fec9e68 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 18:21:12 +0200 Subject: Adding upstream version 4.1.0. Signed-off-by: Daniel Baumann --- startup/upstart-init.in | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 startup/upstart-init.in (limited to 'startup/upstart-init.in') diff --git a/startup/upstart-init.in b/startup/upstart-init.in new file mode 100644 index 0000000..ec16d7d --- /dev/null +++ b/startup/upstart-init.in @@ -0,0 +1,19 @@ +# 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 score -800 +setgid @nrpe_group@ +setuid @nrpe_user@ + +start on (local-filesystems and net-device-up IFACE!=lo) +stop on runlevel [!2345] + +respawn + +exec @sbindir@/nrpe -c @pkgsysconfdir@/nrpe.cfg -f -- cgit v1.2.3