- Description
- Setup - The basics of getting started with sensu_check_wrapper
- Contributing - Guide for contributing to the module
sensu_check_wrapper
is a puppet module to create Sensu checks.
It is forked from Yelp/puppet-monitoring_check.
While Yelp/puppet-monitoring_check can only be used with Yelp's sensu_handlers
, this fork works with standard sensu handlers.
It wraps sensu::check
and adds for convenience:
- hiera lookups for params
- human-readable time format
- required runbook
- puppetlabs/stdlib
- sensu/sensu
See metadata.json
for details.
sensu_check_wrapper { 'cron':
check_every => '1m',
alert => true,
runbook => 'http://lmgtfy.com/?q=cron',
command => "/usr/lib/nagios/plugins/check_procs -C crond -c 1:30 -t 30 ",
}
Open an issue or fork and open a Pull Request