You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wanted to check with you before working on a pull request to fix this, to make sure there's not something I'm missing here.
It seems the only way to make remote_syslog work with upstart is to pass the "no detach" option. I'm having problems with the init script and I can't reproduce them reliably so I'm switching to upstart. I would like to keep using monit to send alerts when remote_syslog goes down (it's been unreliable), so I need a PID file to be present.
When not running in normal mode Servolux::Server#startup creates the PID file as expected. However it's not created by RemoteSyslog::Agent#run in "no detach" mode. Is this by design?
Thanks in advance.
The text was updated successfully, but these errors were encountered:
I wanted to check with you before working on a pull request to fix this, to make sure there's not something I'm missing here.
It seems the only way to make remote_syslog work with upstart is to pass the "no detach" option. I'm having problems with the init script and I can't reproduce them reliably so I'm switching to upstart. I would like to keep using monit to send alerts when remote_syslog goes down (it's been unreliable), so I need a PID file to be present.
When not running in normal mode
Servolux::Server#startup
creates the PID file as expected. However it's not created byRemoteSyslog::Agent#run
in "no detach" mode. Is this by design?Thanks in advance.
The text was updated successfully, but these errors were encountered: