Skip to content

Commit bc9c3a5

Browse files
committed
updated readme
1 parent e4ff243 commit bc9c3a5

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,12 @@ Pluginsync should be enabled. Also, you need ruby json library/gem on all your n
2929
### Sensu Server
3030

3131
node "sensu-server.foo.com" {
32-
sensu { "${::fqdn}-sensu-server": rabbitmq_password => "secret", server => true }
32+
sensu { "${::fqdn}-sensu-server":
33+
rabbitmq_password => "secret",
34+
server => true,
35+
plugins => [ 'puppet:///data/sensu/plugins/ntp.rb',
36+
'puppet:///data/sensu/plugins/postfix.rb'
37+
]}
3338

3439
sensu::check { "check_ntp":
3540
command => 'PATH=$PATH:/usr/lib/nagios/plugins check_ntp_time -H pool.ntp.org -w 30 -c 60',

0 commit comments

Comments
 (0)