add zabbix-agent2-plugin-postgresql to zabbix-agent
This commit is contained in:
parent
c44e2ebb2a
commit
ffce0bb8a0
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
FROM docker.io/alpine:edge
|
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
|
echo 'zabbix ALL=(ALL) NOPASSWD:/usr/sbin/smartctl' >> /etc/sudoers
|
||||||
|
|
||||||
# USER zabbix
|
# USER zabbix
|
||||||
|
|
Loading…
Reference in a new issue