Skip to content

Instantly share code, notes, and snippets.

@micw
Created February 3, 2015 11:00
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 micw/cb6678304070fcdf8d88 to your computer and use it in GitHub Desktop.
Save micw/cb6678304070fcdf8d88 to your computer and use it in GitHub Desktop.
nagios-json-check: Response that indicates 'OK' with some metrics
{
status: 'OK'
message: 'everything is fine'
metrics: [
{ name: 'value1', unit: '%', value: 65.7, warn: 70, crit: 90, min: 0, max:100 }
{ name: 'value2', value: 10, min: 5, max:15 }
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment