Actions
Bug #3569
closedIf rsyslog is installed after another syslog, rsyslog is never used on SLES and reports will never be caught by Rudder server
Bug #3569:
If rsyslog is installed after another syslog, rsyslog is never used on SLES and reports will never be caught by Rudder server
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:
Description
On SLES 11, the file /etc/sysconfig/syslog contains the variable SYSLOG_DAEMON which could be set to syslog-ng if it is installed before any other syslog. Then, the init daemon syslog will use this variable to know which syslog to start.
We should ensure that this variable is rsyslogd or empty to have a fully fonctionnal reporting on Rudder.
Actions