Skip to content

jorgebonilla/mqtt-syslog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

mqtt-syslog

Receives syslog messages and publish it on mqtt

  1. Point your Syslog enabled device to the server where you are going to run this script
  2. Replace the mqtt variables with the information from your MQTT server in the script
  3. execute: sudo python mqtt-syslog.py

For docker-heads:

  1. git clone https://github.com/jorgebonilla/mqtt-syslog.git
  2. cd mqtt-syslog
  3. vim ./mqtt-syslog.py
  4. Replace all the mqtt parameter with your values
  5. docker build . -t mqtt-syslog
  6. docker run -d -p 514:514/udp mqtt-syslog

About

Receives syslog messages and publish it on mqtt

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages