34 lines
1.1 KiB
Markdown
34 lines
1.1 KiB
Markdown
# logmania
|
|
[](https://ci.sum7.eu/genofire/logmania)
|
|
[](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)
|
|
|
|
|
|
This is a little logging server.
|
|
|
|
## input
|
|
It receive logs (events) by:
|
|
- syslog
|
|
- journald (with service nc)
|
|
- logrus (WIP)
|
|
- webhook
|
|
- git (github,gogs, gitea)
|
|
- circleci
|
|
- grafana
|
|
|
|
## output
|
|
And forward this logs (events) to multiple different output:
|
|
- xmpp (client and muc)
|
|
- file
|
|
- websocket (WIP)
|
|
|
|
there a multi filter possible
|
|
- regex
|
|
- priority
|
|
|
|
it could replace text by regex expression
|
|
|
|
configuration live possible by bot (on input e.g. xmpp)
|