Skip to content

Commit c105b44

Browse files
committed
Release 2.6-7.4.1 - See CHANGELOG.md
1 parent 61efd25 commit c105b44

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -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+
17
## 2.6-7.4.0 2023-03-30 <dave at tiredofit dot ca>
28

39
### Changed

install/assets/functions/10-openldap

+5
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,11 @@ EOF
160160
configure_backup() {
161161
if var_true "${ENABLE_BACKUP}"; then
162162
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
163168
else
164169
rm -rf /etc/services.available/20-openldap-backup
165170
fi

0 commit comments

Comments
 (0)