2018-04-13 16:44:23 +02:00
|
|
|
# logmania
|
2018-04-18 14:32:28 +02:00
|
|
|
[](https://ci.sum7.eu/genofire/logmania)
|
2018-04-13 16:44:23 +02:00
|
|
|
[](https://circleci.com/gh/genofire/logmania/tree/master)
|
|
|
|
[](https://coveralls.io/github/genofire/logmania?branch=master)
|
|
|
|
[](https://goreportcard.com/report/dev.sum7.eu/genofire/logmania)
|
|
|
|
[](https://godoc.org/dev.sum7.eu/genofire/logmania)
|
2018-09-07 13:35:33 +02:00
|
|
|
|
|
|
|
|
|
|
|
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)
|
2019-06-20 09:25:02 +02:00
|
|
|
|
|
|
|
## Related Projects
|
|
|
|
|
|
|
|
- [hook2xmpp](https://dev.sum7.eu/genofire/hook2xmpp) for e.g. grafana, alertmanager(prometheus), gitlab, git, circleci
|