Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/garethr/garethr-remotesyslog
Puppet module to install and configure remote_syslog
https://github.com/garethr/garethr-remotesyslog
Last synced: about 1 month ago
JSON representation
Puppet module to install and configure remote_syslog
- Host: GitHub
- URL: https://github.com/garethr/garethr-remotesyslog
- Owner: garethr
- License: apache-2.0
- Created: 2014-02-15T16:45:55.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-11-30T15:29:23.000Z (about 10 years ago)
- Last Synced: 2024-10-11T11:31:09.021Z (2 months ago)
- Language: Ruby
- Size: 222 KB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.markdown
- Changelog: CHANGELOG
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
[Remote Syslog](https://github.com/papertrail/remote_syslog) is a handy
tool from Papertrail which can collect lines from a series of log files
and send them off to a remote syslog server.This module is also available on the [Puppet Forge](https://forge.puppetlabs.com/garethr/remotesyslog).
[![Build Status](https://secure.travis-ci.org/garethr/garethr-remotesyslog.png)](http://travis-ci.org/garethr/garethr-remotesyslog)
## Usage
```puppet
class { 'remotesyslog':
logs => [
'/var/log/1.log,
'/var/log/2.log,
]
port => 12345,
}
```## Alternatives and inspiration
A few Papertrail modules already exist, for example from
[davidwinter](https://github.com/davidwinter/puppet-papertrail) and from
[bdossantos](https://github.com/bdossantos/puppet-module-papertrail) but
both of them want to own your entire syslog configuration as well. This
module only installs and manages remote_syslog.