We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61efd25 commit c105b44Copy full SHA for c105b44
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## 2.6-7.4.1 2023-03-30 <dave at tiredofit dot ca>
2
+
3
+ ### Added
4
+ - Add autoregister support for new OpenLDAP Zabbix backup template
5
6
7
## 2.6-7.4.0 2023-03-30 <dave at tiredofit dot ca>
8
9
### Changed
install/assets/functions/10-openldap
@@ -160,6 +160,11 @@ EOF
160
configure_backup() {
161
if var_true "${ENABLE_BACKUP}"; then
162
print_notice "Enabling OpenLDAP scheduled backup routines"
163
+ cat <<EOF > /etc/zabbix/zabbix_agentd.conf.d/openldap-backup.conf
164
+# OpenLDAP monitoring for Zabbix Agent 5.4+
165
+# Get the template at https://github.com/tiredofit/docker-openldap
166
+# Autoregister=openldap-backup
167
+EOF
168
else
169
rm -rf /etc/services.available/20-openldap-backup
170
fi
0 commit comments