Skip to content

Instantly share code, notes, and snippets.

@ntk148v
Created June 9, 2016 06:33
Show Gist options
  • Save ntk148v/48b24847231c439ff90421cee479cf52 to your computer and use it in GitHub Desktop.
Save ntk148v/48b24847231c439ff90421cee479cf52 to your computer and use it in GitHub Desktop.
# 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