Skip to content

Instantly share code, notes, and snippets.

@nowthatsamatt
Created July 24, 2014 21:47
Show Gist options
  • Save nowthatsamatt/8c5c943b06ee568e8871 to your computer and use it in GitHub Desktop.
Save nowthatsamatt/8c5c943b06ee568e8871 to your computer and use it in GitHub Desktop.
violence:notes nowthatsamatt$ grep -rli "check_rabbitmq_consumptions" *
ops/backups/nagios3/.git/index
ops/backups/nagios3/conf.d/commands/check_rabbitmq_consumptions.cfg
ops/backups/nagios3/conf.d/services/awesm-services.cfg
violence:notes nowthatsamatt$ cat ops/backups/nagios3/conf.d/commands/check_rabbitmq_consumptions.cfg
define command{
command_name check_rabbitmq_consumptions
command_line $USER1$/check_nrpe -H $HOSTADDRESS$ -c check_rabbitmq_consumptions -t 30
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment