Skip to content

Instantly share code, notes, and snippets.

@inokappa
Created May 11, 2014 13:04
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 inokappa/7363a01c4797a67d80d8 to your computer and use it in GitHub Desktop.
Save inokappa/7363a01c4797a67d80d8 to your computer and use it in GitHub Desktop.
Chef の role にて定義する sensu-client.json
{
"name": "sensu-client",
"default_attributes": {
},
"override_attributes": {
},
"run_list": [
"sensu::default",
"sensu::client_service"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment