Skip to content

presbrey/syslogbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

syslogbot

syslogbot relays syslogd messages from UDP port 514 to IRC

Features

  • content routing by regex
  • source routing by IP, with catch-all
  • dynamic regex JIT filtering
  • JSON configuration
  • written in Go

Installation

go get -u github.com/presbrey/syslogbot

Please copy the example JSON config and modify to suit your system.

Use supervisord to keep syslogbot running with autorestart=true.

Dynamic Filtering

Dynamic filter configuration is accomplished by setting the channel topic.

Destination channel topics are compiled to regex and filter all destined messages.

License

MIT

About

syslog (RFC 5424) relay

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages