Skip to content

Instantly share code, notes, and snippets.

@plasticbrain
Last active September 25, 2015 19:44
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/b55f05a4a05303dbe4cd to your computer and use it in GitHub Desktop.
Save plasticbrain/b55f05a4a05303dbe4cd to your computer and use it in GitHub Desktop.
Sensu check for memory
{
"checks": {
"memory": {
"command": "/etc/sensu/plugins/check-memory.sh -w :::system.mem_warning|128::: -c :::system.mem_critical|64:::",
"interval": 15,
"subscribers": [
"memory"
]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment