diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2012-10-20 19:33:05 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2012-10-20 19:33:05 +0000 |
commit | 7d62e6eec80a34f8482b05d5596b23d36e9805d9 (patch) | |
tree | e35aecaea8cb116c5c0c3aa9ef1910f6fc2428ce /net-analyzer/nrpe/files | |
parent | Clarify the warning about services that need net and also refer them to the t... (diff) | |
download | gentoo-2-7d62e6eec80a34f8482b05d5596b23d36e9805d9.tar.gz gentoo-2-7d62e6eec80a34f8482b05d5596b23d36e9805d9.tar.bz2 gentoo-2-7d62e6eec80a34f8482b05d5596b23d36e9805d9.zip |
Fix xinetd file. Closes bug #438172.
(Portage version: 2.2.0_alpha141/cvs/Linux x86_64, signed Manifest commit with key 1CD13C8AD4301342)
Diffstat (limited to 'net-analyzer/nrpe/files')
-rw-r--r-- | net-analyzer/nrpe/files/nrpe.xinetd.2 | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/net-analyzer/nrpe/files/nrpe.xinetd.2 b/net-analyzer/nrpe/files/nrpe.xinetd.2 index d9f226eb2f96..dd0331a88149 100644 --- a/net-analyzer/nrpe/files/nrpe.xinetd.2 +++ b/net-analyzer/nrpe/files/nrpe.xinetd.2 @@ -1,4 +1,10 @@ -/nrpe +service nrpe { + socket_type = stream + protocol = tcp + wait = no + user = nagios + group = nagios + server = /usr/libexec/nrpe server_args = -c /etc/nagios/nrpe.cfg --inetd # only_from = 127.0.0.1 disabled = yes |