Created
June 9, 2016 06:33
-
-
Save ntk148v/48b24847231c439ff90421cee479cf52 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# default: on | |
# description: NRPE (Nagios Remote Plugin Executor) | |
service nrpe | |
{ | |
flags = REUSE | |
socket_type = stream | |
port = 5666 | |
wait = no | |
user = nagios | |
group = nagios | |
server = /usr/local/nagios/bin/nrpe | |
server_args = -c /usr/local/nagios/etc/nrpe.cfg --inetd | |
log_on_failure += USERID | |
disable = no | |
only_from = 127.0.0.1 172.17.0.2 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment