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

.deb packages are quite useless without having them distributed via a repo. Consider publishing them using your https://packagecloud.io/papertrail account…

enhancement
packaging

No idea how to do this, and the first step is figuring out how to reliably repro it.

This causes Chef to have an issue with starting the service (assuming you tell Chef that `status` is supported that is).

Shouldn't the PID file be removed when I run `kill -TERM`? ``` $ cat /etc/remote_syslog.yml files: - /var/log/nginx/access.log - /var/log/nginx/error.log destination: host: logs3.papertrailapp.com port: 123 protocol: tls $ ls /var/run/remote_syslog.pid...

enhancement

`--diagnostics` would execute remote_syslog in the foreground, connect, send a message, disconnect, then exit. It should output several log messages so we know what it's doing and that each action...

Happening when sending a QUIT signal, not a big deal but curious about it. Version is 0.14 ("stable", not beta release from Github). ``` SIGQUIT: quit PC=0x42a179 runtime.epollwait(0x4, 0x7fff64fad190, 0xffffffff00000080)...

I'm not sure if this is "supported" or "recommended", but it looks like the code includes the TLS cert for papertrailapp.com, and uses it directly if that seems to be...

From Papertrail chat: > I installed .deb package and was not able to demonize it without manual delete the .pid file.

bug
packaging

rsyslog will truncate and removes everything after the first dot in a hostname. I have added a configuration option to enable this behaviour.

Submitting this on behalf of a user. When deploying remote_syslog2 in an automated fashion, it helps to be able to use environment variables to automatically point remote_syslog2 in the right...