From ffce0bb8a0a6295da090deba50f77c42a72d9023 Mon Sep 17 00:00:00 2001 From: Maciej Lebiest Date: Mon, 23 Sep 2024 20:02:33 +0200 Subject: [PATCH] add zabbix-agent2-plugin-postgresql to zabbix-agent --- zabbix-agent/Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zabbix-agent/Containerfile b/zabbix-agent/Containerfile index bf024b7..66a5447 100644 --- a/zabbix-agent/Containerfile +++ b/zabbix-agent/Containerfile @@ -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