summaryrefslogtreecommitdiffstats
path: root/startup/default-xinetd.in
diff options
context:
space:
mode:
Diffstat (limited to 'startup/default-xinetd.in')
-rw-r--r--startup/default-xinetd.in15
1 files changed, 15 insertions, 0 deletions
diff --git a/startup/default-xinetd.in b/startup/default-xinetd.in
new file mode 100644
index 0000000..eaeacf4
--- /dev/null
+++ b/startup/default-xinetd.in
@@ -0,0 +1,15 @@
+# default: off
+# description: NRPE (Nagios Remote Plugin Executor)
+service nrpe
+{
+ disable = yes
+ socket_type = stream
+ port = @nrpe_port@
+ wait = no
+ user = @nrpe_user@
+ group = @nrpe_group@
+ server = @sbindir@/nrpe
+ server_args = -c @pkgsysconfdir@/nrpe.cfg --inetd
+ only_from = 127.0.0.1 ::1
+ log_on_success =
+}