mirror of
https://github.com/tiredofit/docker-db-backup.git
synced 2025-12-21 13:23:12 +01:00
Release 2.9.7 - See CHANGELOG.md
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
## 2.9.7 2021-12-15 <dave at tiredofit dot ca>
|
||||
|
||||
### Changed
|
||||
- Fixup for Zabbix Autoagent registration
|
||||
|
||||
|
||||
## 2.9.6 2021-12-03 <alexbarcello@githuba>
|
||||
|
||||
### Changed
|
||||
|
||||
@@ -2,11 +2,11 @@
|
||||
|
||||
source /assets/functions/00-container
|
||||
prepare_service single
|
||||
PROCESS_NAME="monitoring"
|
||||
prepare_service 03-monitoring
|
||||
PROCESS_NAME="db-backup"
|
||||
output_off
|
||||
|
||||
if var_true "${CONTAINER_ENABLE_MONITORING}" && [ "${CONTAINER_MONITORING_BACKEND,,}" = "zabbix" ]; then
|
||||
source /assets/defaults/03-monitoring
|
||||
cat <<EOF > "${ZABBIX_CONFIG_PATH}"/"${ZABBIX_CONFIG_FILE}.d"/tiredofit_dbbackup.conf
|
||||
# Zabbix DB Backup Configuration - Automatically Generated
|
||||
# Find Companion Zabbix Server Templates at https://github.com/tiredofit/docker-dbbackup
|
||||
|
||||
Reference in New Issue
Block a user