Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 25 days 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 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-08T13:52:08.000Z (over 5 years ago)
- Last Synced: 2024-06-20T10:22:28.375Z (5 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
[![pipeline status](https://dev.sum7.eu/sum7/logmania/badges/master/pipeline.svg)](https://dev.sum7.eu/genofire/logmania/pipelines)
[![coverage report](https://dev.sum7.eu/sum7/logmania/badges/master/coverage.svg)](https://dev.sum7.eu/genofire/logmania/pipelines)
[![Go Report Card](https://goreportcard.com/badge/dev.sum7.eu/sum7/logmania)](https://goreportcard.com/report/dev.sum7.eu/genofire/logmania)
[![GoDoc](https://godoc.org/dev.sum7.eu/sum7/logmania?status.svg)](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)
- filethere a multi filter possible
- regex
- priorityit 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