We have moved to Git. This repository is only provided for compatibility with old installations. Learn how to migrate your installation here.

comparison net-analyzer/nrpe/files/nrpe.xinetd.2 @ 54:90a7a9dbfafb

importing net-analyzer/nrpe-2.14 from official portage tree
author Daniel Neugebauer <dneuge@energiequant.de>
date Mon, 17 Mar 2014 16:09:30 +0100
parents
children
comparison
equal deleted inserted replaced
53:5cc622037103 54:90a7a9dbfafb
1 service nrpe {
2 socket_type = stream
3 protocol = tcp
4 wait = no
5 user = nagios
6 group = nagios
7 server = /usr/libexec/nrpe
8 server_args = -c /etc/nagios/nrpe.cfg --inetd
9 # only_from = 127.0.0.1
10 disabled = yes
11 }