| 
				
					
						 | 
			||
|---|---|---|
| .ci | ||
| bot | ||
| cmd | ||
| database | ||
| input | ||
| lib | ||
| output | ||
| .drone.yml | ||
| .gitlab-ci.yml | ||
| LICENSE.md | ||
| README.md | ||
| config_example.toml | ||
| main.go | ||
		
			
				
				README.md
			
		
		
			
			
		
	
	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 (with config example)
Build
go get -u dev.sum7.eu/genofire/logmania
Configure
see config_example.conf
Related Projects
- hook2xmpp for e.g. grafana, alertmanager(prometheus), gitlab, git, circleci