remote_syslog2 icon indicating copy to clipboard operation
remote_syslog2 copied to clipboard

To install, see "Releases" tab. Self-contained daemon for reading local files and emitting remote syslog (without using local syslogd).

Results 59 remote_syslog2 issues
Sort by recently updated
recently updated
newest added

this is a re-branch of #204 w/ spelling corrections in the README, too many commits in the old branch. Motivation: use in my personal website that is docker based. use...

Hi, First off - thanks for all the hard work that's gone into the integration documentation and examples! Really made it easy to get started with Papertrail. I'd like to...

I know SIGHUP wasn't defined as 're-read your config file if you are a daemon', but that is the expected behavior from *nix services now-a-days. Would it be reasonable to...

When I do a remote_syslog -D, I see ``` 2017-01-16 23:27:51 INFO remote_syslog.go:202 Forwarding file: 2017-01-16 23:27:51 ERROR remote_syslog.go:123 function not implemented ```

https://github.com/papertrail/remote_syslog2/releases/download/v0.18/remote-syslog2_0.18_armhf.deb does not work with Pi Zero - it installs fine, but errors with `Illegal instruction` when trying to run. Same happens when trying to run the binary from https://github.com/papertrail/remote_syslog2/releases/download/v0.18/remote_syslog_linux_armhf.tar.gz...

### Setup Whenever a new server starts, the following happens in order: * Register itself automatically to Papertrail via [Register HTTP API](http://help.papertrailapp.com/kb/how-it-works/http-api/#register). * Start remote_syslog2 init script. * Start a...

See #43 I suggest we refuse to start with an error if the config file contains an invalid protocol value.

Given a configuration like this: ```yaml files: - path: /path/to/log/specific.log name: fancy_tag - path: /path/to/log/*.log ``` Given that `/path/to/log/specific.log` does not exist on startup, the following race condition can happen:...

1. Describe the behavior they both use. Which one is currently choosing FQDN on most distros, and which one is choosing the local hostname? 2. Try to standardize on one...

enhancement

please ship the .deb with proper systemd unit files instead of using the sysv-legacy which makes it hard to be used by other units.

enhancement
packaging