Skip to content

Commit

Permalink
Release 7.2.3 - See CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tiredofit committed Dec 7, 2021
1 parent 152632f commit 0e7d3ef
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 7.2.3 2021-12-07 <dave at tiredofit dot ca>

### Added
- Add Zabbix Auto register support for templates


## 7.2.2 2021-11-24 <dave at tiredofit dot ca>

### Added
Expand Down
10 changes: 10 additions & 0 deletions install/assets/functions/10-openldap
Original file line number Diff line number Diff line change
Expand Up @@ -601,6 +601,16 @@ configure_logging() {
done
}

configure_monitoring() {
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_unbound.conf
# Zabbix OpenLDAP Configuration - Automatically Generated
# Find Companion Zabbix Server Templates at https://github.com/tiredofit/docker-openldap
# Autoregister=openldap
EOF
fi
}
configure_ppolicy_check_modules() {
if var_true $ENABLE_PPOLICY; then
print_notice "Configuring PPolicy check modules"
Expand Down
1 change: 1 addition & 0 deletions install/etc/cont-init.d/10-openldap
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@ configure_ldap_client
configure_backup
configure_networking
configure_ppolicy_check_modules
configure_monitoring

liftoff

0 comments on commit 0e7d3ef

Please sign in to comment.