Created
September 24, 2015 18:36
-
-
Save plasticbrain/4652e6f322334feef574 to your computer and use it in GitHub Desktop.
Sensu check for disks
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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