https://github.com/moovweb/pupstats
Pull puppet stats from syslog for use in graphite
https://github.com/moovweb/pupstats
Last synced: 3 months ago
JSON representation
Pull puppet stats from syslog for use in graphite
- Host: GitHub
- URL: https://github.com/moovweb/pupstats
- Owner: moovweb
- Created: 2012-03-07T19:47:30.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2012-03-07T19:51:52.000Z (about 14 years ago)
- Last Synced: 2025-06-20T16:51:55.394Z (12 months ago)
- Language: Ruby
- Homepage:
- Size: 93.8 KB
- Stars: 16
- Watchers: 13
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Purpose
=======
Collect all of the puppet stats from syslog and inject them into graphite
Installing
==========
Run:
gem install
Setting up
==========
edit the config file
vim config/environment.rb
Setting up Rsyslog
==================
add lines similar to the following to your rsyslog.conf
if $programname == 'puppet-agent' then @MY_GRAPHITE_MACHINE:2515
if $programname == 'puppet-master' then @MY_GRAPHITE_MACHINE:2515