diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 16:21:12 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 16:21:12 +0000 |
commit | fa618ad4282bbbbd35ee53dcd71fed599fec9e68 (patch) | |
tree | 9dfd8920b74d0bdcfdd3f663fcc8e74701cf095b /startup/default-xinetd.in | |
parent | Initial commit. (diff) | |
download | nagios-nrpe-fa618ad4282bbbbd35ee53dcd71fed599fec9e68.tar.xz nagios-nrpe-fa618ad4282bbbbd35ee53dcd71fed599fec9e68.zip |
Adding upstream version 4.1.0.upstream/4.1.0upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'startup/default-xinetd.in')
-rw-r--r-- | startup/default-xinetd.in | 15 |
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 = +} |