Skip to content

Instantly share code, notes, and snippets.

@plasticbrain
Created September 25, 2015 17:39
Show Gist options
  • Save plasticbrain/25fcf4f6bda4d9a7bc5f to your computer and use it in GitHub Desktop.
Save plasticbrain/25fcf4f6bda4d9a7bc5f to your computer and use it in GitHub Desktop.
Sensu check for MySQL
{
"checks": {
"mysql": {
"command": "/usr/local/bin/check-mysql-alive.rb --host :::mysql.host::: --user :::mysql.user::: --password :::mysql.password::: --database :::mysql.database:::",
"interval": 60,
"occurrences": 1,
"refresh": 900,
"subscribers": [
"mysql"
],
"handlers": [ "default", "mailer", "slack"]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment