Go to file
2014-06-26 14:15:14 -06:00
attributes Implemented a data bag for the url config 2014-05-13 13:38:09 -06:00
recipes Fix for group name 2014-06-12 13:59:26 -06:00
templates/default Added more config to the data bag 2014-06-26 14:15:14 -06:00
metadata.rb Added more config to the data bag 2014-06-26 14:15:14 -06:00
README.md Added more config to the data bag 2014-06-26 14:15:14 -06:00

mon_notification Cookbook

Sets up the mon-notification daemon

Requirements

The cookbook only requires access to the mon-notification package.

Attributes

mon_notification::default

Key Type Description Default
[:mon_notification][:user] String System user for the daemon mon-notification
[:mon_notification][:group] String System group for the daemon mon-notification
[:mon_notification][:conf_dir] String Configuration Directory /etc/mon
[:mon_notification][:data_bag] String Configuration data bag mon_notification
[:mon_notification][:log_dir] String Daemon log directory /var/log/mon-notification

Data Bags

A data bag item named hosts in node[:mon_notification][:data_bag] is required for running. It simply has 4 dictionary items for the host names and auth infomation to connect to the services: kafka, mysql, smtp and zookeeper

Usage

Simply include the mon_notification default recipe in a role.