You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/net-analyzer/nrpe/files/nrpe.xinetd

12 lines
241 B

service nrpe {
socket_type = stream
protocol = tcp
wait = no
user = nagios
group = nagios
server = /usr/bin/nrpe
server_args = -c /etc/nagios/nrpe.cfg --inetd
# only_from = 127.0.0.1
disabled = yes
}