Skip to content

Instantly share code, notes, and snippets.

@silviabotros
Last active November 10, 2015 17:29
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 silviabotros/9af1829a085904202fcc to your computer and use it in GitHub Desktop.
Save silviabotros/9af1829a085904202fcc to your computer and use it in GitHub Desktop.
{
"checks": {
"mysql_alive": {
"command": "mysql-alive.rb -h <IP> -d mysql -u :::mysql.user|sensu::: -p :::mysql.password:::",
"handlers": [
"default"
],
"standalone": true,
"interval": 10,
"notification": "OMG MySQL is dead!"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment