https://github.com/genofire/logmania
MIRROR: A out of the box logging with central option (written in golang) - pls use dev.sum7.eu
https://github.com/genofire/logmania
circle gitea github gogs golang logging mirrored-repository syslog xmpp
Last synced: 10 months ago
JSON representation
MIRROR: A out of the box logging with central option (written in golang) - pls use dev.sum7.eu
- Host: GitHub
- URL: https://github.com/genofire/logmania
- Owner: genofire
- License: mit
- Created: 2017-06-11T01:34:39.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-08-08T13:52:08.000Z (over 6 years ago)
- Last Synced: 2025-01-31T14:19:47.891Z (12 months ago)
- Topics: circle, gitea, github, gogs, golang, logging, mirrored-repository, syslog, xmpp
- Language: Go
- Homepage: https://dev.sum7.eu/sum7/logmania
- Size: 229 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# logmania
[](https://dev.sum7.eu/genofire/logmania/pipelines)
[](https://dev.sum7.eu/genofire/logmania/pipelines)
[](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)
## 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)
## Get logmania
#### Download
Latest Build binary from ci here:
[Download All](https://dev.sum7.eu/sum7/logmania/-/jobs/artifacts/master/download/?job=build-my-project) (with config example)
[Download Binary](https://dev.sum7.eu/sum7/logmania/-/jobs/artifacts/master/raw/bin/logmania?inline=false&job=build-my-project)
#### Build
```bash
go get -u dev.sum7.eu/sum7/logmania
```
## Configure
see `config_example.toml`
## Related Projects
- [hook2xmpp](https://dev.sum7.eu/sum7/hook2xmpp) for e.g. grafana, alertmanager(prometheus), gitlab, git, circleci