add zabbix-agent2-plugin-postgresql to zabbix-agent
All checks were successful
Build images / build-images-amd64 (push) Successful in 12m49s
Build images / build-images-arm64 (push) Successful in 22m47s
Build images / update-images-manifests (push) Successful in 30s

This commit is contained in:
Maciej Lebiest 2024-09-23 20:02:33 +02:00
parent c44e2ebb2a
commit ffce0bb8a0

View file

@ -1,6 +1,6 @@
FROM docker.io/alpine:edge
RUN apk add smartmontools util-linux zabbix-agent2 zabbix-utils sudo nftables && \
RUN apk add smartmontools util-linux zabbix-agent2 zabbix-utils sudo nftables zabbix-agent2-plugin-postgresql && \
echo 'zabbix ALL=(ALL) NOPASSWD:/usr/sbin/smartctl' >> /etc/sudoers
# USER zabbix