charlescng / docker-containers

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

Revert "Support for syslog ingestion" #18

Closed charlescng closed 3 years ago

charlescng commented 3 years ago

Reverts charlescng/docker-containers#17

This doesn't seem to work.

I see a whole bunch of unexpected exits

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

It's also missing $config['enable_syslog'] = 1; // Enable Syslog (I missed this in the review) from config.php

and I'm not seeing any syslog entries image

@exptom

I pushed to the dev tag to test with.

exptom commented 3 years ago

Sorry for the issues. I have it working on my observium container - I manually made the edits in the running container as a test and then commited them to the repo. When I have a little more time I will do a full image build from my branch and fix the issue.