Skip to content

Instantly share code, notes, and snippets.

@grepory
Created March 19, 2018 19:05
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 grepory/2f6d938471aee6899b2f573d388dd25a to your computer and use it in GitHub Desktop.
Save grepory/2f6d938471aee6899b2f573d388dd25a to your computer and use it in GitHub Desktop.
/etc/sensu/conf.d/checks/some_check.json:
{
"checks": [
{
"name: "some_check",
"handlers": [],
"interval": 60,
"command": "some_check.rb"
}
]
}
/etc/sensu/conf.d/something.json:
{
"checks": [
{
"name": "some_check",
"a_key": "a_value"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment