https://github.com/lefred/puppet-lefred-graphite
Graphite puppet module
https://github.com/lefred/puppet-lefred-graphite
Last synced: 6 months ago
JSON representation
Graphite puppet module
- Host: GitHub
- URL: https://github.com/lefred/puppet-lefred-graphite
- Owner: lefred
- Created: 2014-09-17T07:15:45.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-10-09T08:03:11.000Z (almost 12 years ago)
- Last Synced: 2024-12-29T21:26:56.478Z (over 1 year ago)
- Language: Puppet
- Size: 160 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
module for graphite
The purpose is to use it for sensu and with MySQL backend too
This is how I define it in hiera:
classes:
- mysql
- mysql::server
- graphite
mysql::mysql_root_password: "fred321"
mysql::mysql_distro: "percona"
mysql::mysql_version: "5.5"
mysql::mysql_serverid: "2"
mysql::mysql_bind_interface: "eth1"
mysql::ensure: "running"
graphite::graphite_db_password: "fred"