alhazmy13 / Synology-NAS-monitoring

influxDB, Grafana, snmp and telegraf
203 stars 27 forks source link

docker-compose port 5144:514 needs /udp appending #4

Closed RainmakerRaw closed 3 years ago

RainmakerRaw commented 3 years ago

As title. I provided the docker-compose file for you on Reddit, off the top of my head. Having run it, I realised that - 5144:514 needs to actually be - 5144:514/udp to function. Once this change is made, logging now works. Sorry for the mistake.

alhazmy13 commented 3 years ago

Fixed with https://github.com/alhazmy13/Synology-NAS-monitoring/pull/5 Thanks @RainmakerRaw