Skip to content

Commit

Permalink
Release 2.6-7.4.1 - See CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tiredofit committed Mar 30, 2023
1 parent 61efd25 commit c105b44
Show file tree
Hide file tree
Showing 2 changed files with 11 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 @@
## 2.6-7.4.1 2023-03-30 <dave at tiredofit dot ca>

### Added
- Add autoregister support for new OpenLDAP Zabbix backup template


## 2.6-7.4.0 2023-03-30 <dave at tiredofit dot ca>

### Changed
Expand Down
5 changes: 5 additions & 0 deletions install/assets/functions/10-openldap
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,11 @@ EOF
configure_backup() {
if var_true "${ENABLE_BACKUP}"; then
print_notice "Enabling OpenLDAP scheduled backup routines"
cat <<EOF > /etc/zabbix/zabbix_agentd.conf.d/openldap-backup.conf
# OpenLDAP monitoring for Zabbix Agent 5.4+
# Get the template at https://github.com/tiredofit/docker-openldap
# Autoregister=openldap-backup
EOF
else
rm -rf /etc/services.available/20-openldap-backup
fi
Expand Down

0 comments on commit c105b44

Please sign in to comment.