Release 2.9.7 - See CHANGELOG.md

This commit is contained in:
Dave Conroy
2021-12-15 07:17:57 -08:00
parent d56efc0ee9
commit 7729743ccf
2 changed files with 8 additions and 2 deletions

View File

@@ -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> ## 2.9.6 2021-12-03 <alexbarcello@githuba>
### Changed ### Changed

View File

@@ -2,11 +2,11 @@
source /assets/functions/00-container source /assets/functions/00-container
prepare_service single prepare_service single
PROCESS_NAME="monitoring" prepare_service 03-monitoring
PROCESS_NAME="db-backup"
output_off output_off
if var_true "${CONTAINER_ENABLE_MONITORING}" && [ "${CONTAINER_MONITORING_BACKEND,,}" = "zabbix" ]; then 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 cat <<EOF > "${ZABBIX_CONFIG_PATH}"/"${ZABBIX_CONFIG_FILE}.d"/tiredofit_dbbackup.conf
# Zabbix DB Backup Configuration - Automatically Generated # Zabbix DB Backup Configuration - Automatically Generated
# Find Companion Zabbix Server Templates at https://github.com/tiredofit/docker-dbbackup # Find Companion Zabbix Server Templates at https://github.com/tiredofit/docker-dbbackup