Receives syslog messages and publish it on mqtt
- Point your Syslog enabled device to the server where you are going to run this script
- Replace the mqtt variables with the information from your MQTT server in the script
- execute:
sudo python mqtt-syslog.py
git clone https://github.com/jorgebonilla/mqtt-syslog.git
cd mqtt-syslog
vim ./mqtt-syslog.py
- Replace all the mqtt parameter with your values
docker build . -t mqtt-syslog
docker run -d -p 514:514/udp mqtt-syslog