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
- Host: GitHub
- URL: https://github.com/bazzline/rsyslog_mysql_housekeeping
- Owner: bazzline
- License: gpl-3.0
- Created: 2021-04-19T12:55:56.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2022-04-25T12:21:56.000Z (about 4 years ago)
- Last Synced: 2025-03-21T15:19:01.114Z (about 1 year ago)
- Topics: cleanup, housekeeping, mysql, rsyslog, systemd-service, systemd-timer
- Language: Shell
- Homepage:
- Size: 81.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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`.