Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 446 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 446 Bytes

Puppet Papertrail Module

Module for configuring Papertrail with Rsyslog

Setup

Nothing more to do than just include it in your node:

class { 'papertrail':
  port           => 12345,
  host           => 'logs3.papertrailapp.com'
  optional_files => [
    '/var/log/daemon.log',
    '/var/log/nginx/error.log',
  ]
}

Limitations

This has only been tested on Debian Wheezy.