A out of the box logging with central option (written in golang)
Go to file
Martin/Geno 840142fc1d
change logging lib
2019-06-20 09:30:27 +02:00
.ci try gitlab-ci 2018-11-06 01:36:07 +01:00
bot change logging lib 2019-06-20 09:30:27 +02:00
cmd change logging lib 2019-06-20 09:30:27 +02:00
database change logging lib 2019-06-20 09:30:27 +02:00
input change logging lib 2019-06-20 09:30:27 +02:00
lib drop websocket and http support for hook2xmpp 2019-06-20 09:29:29 +02:00
output change logging lib 2019-06-20 09:30:27 +02:00
.drone.yml add drone ci 2018-04-18 14:56:41 +02:00
.gitlab-ci.yml [TASK] add gitlab-ci 2019-02-14 04:51:07 +01:00
LICENSE.md Create LICENSE.md 2017-06-13 00:50:39 +02:00
README.md drop websocket and http support for hook2xmpp 2019-06-20 09:29:29 +02:00
logmania_example.conf drop websocket and http support for hook2xmpp 2019-06-20 09:29:29 +02:00
main.go move to dev.sum7.eu + use yaja xmpp client 2018-04-13 16:44:23 +02:00

README.md

logmania

DroneCI CircleCI Coverage Status Go Report Card GoDoc

This is a little logging server.

input

It receive logs (events) by:

  • syslog
  • journald (with service nc)

output

And forward this logs (events) to multiple different output:

  • xmpp (client and muc)
  • file

there a multi filter possible

  • regex
  • priority

it could replace text by regex expression

configuration live possible by bot (on input e.g. xmpp)

  • hook2xmpp for e.g. grafana, alertmanager(prometheus), gitlab, git, circleci