Skip to content

Instantly share code, notes, and snippets.

@anveo
Created August 30, 2012 20:20
Show Gist options
  • Save anveo/3539907 to your computer and use it in GitHub Desktop.
Save anveo/3539907 to your computer and use it in GitHub Desktop.
file {
'/etc/sensu/conf.d/client.json':
content => template('sensu/client/client.json.erb');
'/etc/sensu/config.json':
content => template('sensu/client/config.json.erb');
'/etc/sensu/conf.d/check.procs.json':
content => template('sensu/client/check.procs.json.erb');
'/etc/sensu/conf.d/basic_checks.json':
content => template('sensu/client/basic_checks.json.erb');
'/etc/sensu/conf.d/check.haproxy.json':
content => template('sensu/client/check.haproxy.json.erb');
'/etc/sensu/conf.d/check.mongodb.json':
content => template('sensu/client/check.mongodb.json.erb');
'/etc/sensu/conf.d/check.nginx.json':
content => template('sensu/client/check.nginx.json.erb');
'/etc/sensu/conf.d/check.redis.json':
content => template('sensu/client/check.redis.json.erb');
'/etc/sensu/conf.d/check.resque.json':
content => template('sensu/client/check.resque.json.erb');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment