Collect all of the puppet stats from syslog and inject them into graphite
Run:
gem install
edit the config file
vim config/environment.rb
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