Skip to content

Instantly share code, notes, and snippets.

@sarguru
Created September 12, 2012 13:32
Show Gist options
  • Save sarguru/3706618 to your computer and use it in GitHub Desktop.
Save sarguru/3706618 to your computer and use it in GitHub Desktop.
handlers
{
"checks": {
"letshelp_check": {
"handlers": ["default","mailer"],
"command": "/etc/sensu/plugins/check-http.rb -u http://a.b.c/ -r",
"interval": 90,
"subscribers": [ "mailservers" ]
}
}
}
"handlers": {
"default": {
"type": "pipe",
"command": "/etc/sensu/handlers/default"
},
"mailer": {
"type": "pipe",
"command": "/etc/sensu/handlers/mailer.rb"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment