File nrpe.xinetd of Package nrpe3 (Revision efaf26e10b50477c10834f9b63c0f06a)
Currently displaying revision efaf26e10b50477c10834f9b63c0f06a, show latest
x
1
# default: on
2
# description: NRPE (Nagios Remote Plugin Executor)
3
service nrpe
4
{
5
flags = REUSE
6
socket_type = stream
7
port = 5666
8
wait = no
9
user = nagios
10
group = nagios
11
server = /usr/sbin/nrpe
12
server_args = -c /etc/nagios/nrpe.cfg --inetd
13
log_on_failure += USERID
14
disable = no
15
only_from = 127.0.0.1
16
only_from += ::1
17
}
18