charlescng / docker-containers

Docker containers and unRAID docker templates
10 stars 11 forks source link

Syslog feature (updated) #20

Closed exptom closed 2 years ago

exptom commented 2 years ago

Hi @charlescng,

I have built and tested this locally and can confirm it works. The enable_syslog setting is now appended to the config.php if it doesn't exist.

The error you reported:

Aug 7 21:09:27 cd78ab882a38 syslog-ng[12]: Child program exited, restarting; cmdline='/opt/observium/syslog.php', status='0'

This happens in a loop when the container first starts. Once the database is up and running (which takes a little while) the error stops and it is able to record syslog entries.

2021-09-27_16-06

(refs #15 )

charlescng commented 2 years ago

Changes pushed to the latest tag. Thanks @exptom.