tcheronneau / puppet-sensu

Puppet module for Sensu

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a Puppet module create really fast for my use but can be a start for someone.

Feel free to use, fork or most likely improve it.

Example :

For server : include sensu::server

For client : include sensu::client

To install new check add on server : sensu::server::check {"$the_check": command => "$the_command", } And for script install on client : sensu::client::install {"$the_check":}

About

Puppet module for Sensu


Languages

Language:Puppet 88.8%Language:HTML 11.2%