Skip to content

Instantly share code, notes, and snippets.

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