Skip to content

Instantly share code, notes, and snippets.

@HackRanger
Created August 27, 2013 13:06
Show Gist options
  • Save HackRanger/6353267 to your computer and use it in GitHub Desktop.
Save HackRanger/6353267 to your computer and use it in GitHub Desktop.
check_mk
service check_mk
{
type = UNLISTED
port = 6556
socket_type = stream
protocol = tcp
wait = no
user = root
server = /usr/bin/check_mk_agent
#server = /usr/bin/unixcat
# If you use fully redundant monitoring and poll the client
# from more then one monitoring servers in parallel you might
# want to use the agent cache wrapper:
#server = /usr/bin/check_mk_caching_agent
# configure the IP address(es) of your Nagios server here:
#only_from = 127.0.0.1 10.0.20.1 10.0.20.2
# Don't be too verbose. Don't log every check. This might be
# commented out for debugging. If this option is commented out
# the default options will be used for this service.
log_on_success =
disable = no
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment