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

view net-analyzer/nrpe/files/nrpe.xinetd.2 @ 216:64ad94cc6f53

dev-vcs/kallithea: version bump to 0.3.5 (security update), masking <0.3.5
author Daniel Neugebauer <dneuge@energiequant.de>
date Sun, 21 Oct 2018 13:19:45 +0200
parents 90a7a9dbfafb
children
line wrap: on
line source

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
}