Release 2.9.4 - See CHANGELOG.md

This commit is contained in:
Dave Conroy
2021-12-07 15:02:47 -08:00
parent 1df66853fb
commit 142967135d
3 changed files with 21 additions and 1 deletions

View File

@@ -0,0 +1,15 @@
#!/usr/bin/with-contenv bash
source /assets/functions/00-container
prepare_service single
PROCESS_NAME="monitoring"
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
# Autoregister=dbbackup
EOF
fi