Skip to content

Instantly share code, notes, and snippets.

@JensRantil
Created May 14, 2012 09:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JensRantil/2692996 to your computer and use it in GitHub Desktop.
Save JensRantil/2692996 to your computer and use it in GitHub Desktop.
A perfect example of unnecessary comments (in default nagios configuration)
# 'check_https_hostname_on_port' command definition
define command{
command_name check_https_hostname_on_port
command_line /usr/lib/nagios/plugins/check_http --ssl -H '$HOSTNAME$' -I '$HOSTADDRESS$' -p '$ARG1$'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment