Skip to content

Commit

Permalink
add documentation for dashboard and api parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
jlambert121 committed Jan 19, 2014
1 parent 5944541 commit 295b395
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ or gem on all your nodes.
class { 'sensu':
rabbitmq_password => 'secret',
server => true,
dashboard => true,
api => true,
plugins => [
'puppet:///data/sensu/plugins/ntp.rb',
'puppet:///data/sensu/plugins/postfix.rb'
Expand Down Expand Up @@ -124,10 +126,15 @@ A usage example is shown below.

### Sensu server

Each component of Sensu can be controlled separately. The server components
are managed with the server, dashboard, and api parameters.

node 'sensu-server.foo.com' {
class { 'sensu':
rabbitmq_password => 'secret',
server => true,
dashboard => true,
api => true,
plugins => [
'puppet:///data/sensu/plugins/ntp.rb',
'puppet:///data/sensu/plugins/postfix.rb'
Expand Down

0 comments on commit 295b395

Please sign in to comment.