View | Details | Raw Unified | Return to bug 143288
Collapse All | Expand All

(-)nagios-nrpe.orig (-1 / +4 lines)
Lines 1-9 Link Here
1
# default: off
1
# default: off
2
# description: NRPE (Nagios Remote Plugin Executor)
2
# description: NRPE (Nagios Remote Plugin Executor)
3
service 9991
3
service nrpe
4
{
4
{
5
       	flags           = REUSE
5
       	flags           = REUSE
6
        socket_type     = stream        
6
        socket_type     = stream        
7
	type		= UNLISTED
8
	port		= 5666
7
       	wait            = no
9
       	wait            = no
8
        user            = nobody
10
        user            = nobody
9
	group		= nogroup
11
	group		= nogroup
Lines 13-15 Link Here
13
        disable         = yes
15
        disable         = yes
14
	only_from       = 127.0.0.1
16
	only_from       = 127.0.0.1
15
}
17
}
18

Return to bug 143288