Slide 10
Slide 10 text
Use Puppet
sensu::check { 'check-cpu':
command => '/etc/sensu/community/plugins/system/
check-cpu.rb -w 80 -c 95',
handlers => ['email', 'pagerduty'],
subscribers => ['default'],
interval => 60,
custom => {
'occurrences' => 10,
'refresh' => 1800,
},
}