Skip to content

Instantly share code, notes, and snippets.

@plasticbrain
Created September 24, 2015 18:36
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/4652e6f322334feef574 to your computer and use it in GitHub Desktop.
Save plasticbrain/4652e6f322334feef574 to your computer and use it in GitHub Desktop.
Sensu check for disks
{
"checks": {
"disk": {
"command": "/usr/local/bin/check-disk-usage.rb -w 85 -c 90",
"interval": 300,
"subscribers": [
"linux"
]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment