Skip to content

Commit

Permalink
Release 5.3.4 - See CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tiredofit committed Dec 13, 2021
1 parent aef6c67 commit dec893f
Show file tree
Hide file tree
Showing 8 changed files with 1,055 additions and 2,988 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 5.3.4 2021-12-12 <dave at tiredofit dot ca>

### Changed
- Alpine 3.15 base
- Rework Zabbix Templates


## 5.3.3 2021-12-07 <dave at tiredofit dot ca>

### Added
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.io/tiredofit/nginx:alpine-3.14
FROM docker.io/tiredofit/nginx:alpine-3.15
LABEL maintainer="Dave Conroy (github.com/tiredofit)"

ENV BACKUPPC_VERSION=4.4.0 \
Expand Down
6 changes: 6 additions & 0 deletions install/etc/zabbix/backuppc.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Zabbix BackupPC Configuration
# Find Companion Zabbix Server Templates at https://github.com/tiredofit/docker-backuppc
# Autoregister=backuppc

UserParameter=backuppc.collect_data,sudo -u backuppc /etc/zabbix/zabbix_agentd.conf.d/scripts/perl/backuppc.pl
UserParameter=backuppc.discover,sudo -u backuppc /etc/zabbix/zabbix_agentd.conf.d/scripts/perl/backuppc-discover.pl
1,041 changes: 1,041 additions & 0 deletions zabbix_templates/app-backuppc.json

Large diffs are not rendered by default.

Loading

0 comments on commit dec893f

Please sign in to comment.