An open API service indexing awesome lists of open source software.

https://github.com/bazzline/rsyslog_mysql_housekeeping

Free as in freedom systemd script to maintain rsyslog mysql Syslog.SystemEvents table
https://github.com/bazzline/rsyslog_mysql_housekeeping

cleanup housekeeping mysql rsyslog systemd-service systemd-timer

Last synced: about 2 months ago
JSON representation

Free as in freedom systemd script to maintain rsyslog mysql Syslog.SystemEvents table

Awesome Lists containing this project

README

          

# Rsyslog mysql housekeeping script

Free as in freedom rsyslog mysql housekeeping script.

The current change log can be found [here](CHANGELOG.md).

The current documentation can be found [here](documentation).

It all started with this question [>>How to automatically delete database contents?<<](https://www.rsyslog.com/article50/).

The script removes entries older than `` days from the database table `Syslog.SystemEvents`.

The script comes with an [install](bin/install.sh)- and an [uninstall](bin/uninstall.sh) routine.
All configurable values are configured in `project_path/data/local_configuration.sh`.