Skip to content

Instantly share code, notes, and snippets.

@plasticbrain
Last active September 25, 2015 19:46
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 plasticbrain/56b595648e56eb7af443 to your computer and use it in GitHub Desktop.
Save plasticbrain/56b595648e56eb7af443 to your computer and use it in GitHub Desktop.
Sensu check for cpu
{
"checks": {
"cpu": {
"command": "/usr/local/bin/check-cpu.rb -w :::system.cpu_warning|85::: -c :::system.cpu_critical|90:::",
"interval": 15,
"occurences": 4,
"subscribers": [
"cpu"
]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment