Skip to content

Instantly share code, notes, and snippets.

@maurerle
Last active September 2, 2024 06:39
Show Gist options
  • Save maurerle/0fec5f8da4389654381e4e72cb89e51d to your computer and use it in GitHub Desktop.
Save maurerle/0fec5f8da4389654381e4e72cb89e51d to your computer and use it in GitHub Desktop.
Installation script for Zabbix for Freifunk Aachen
wget https://repo.zabbix.com/zabbix/7.0/debian/pool/main/z/zabbix-release/zabbix-release_latest+debian12_all.deb
dpkg -i zabbix-release_latest+debian12_all.deb
apt update
apt install zabbix-agent2
#apt install zabbix-agent2-plugin-*
#
sed -i 's/Server=127.0.0.1$/Server=127.0.0.1,2001:470:746c:144::ffac:affe:affe,78.47.123.144,2a01:4f8:212:48:b144:ffac:affe:affe,2a01:4f8:191:13c8:b144:ffac:affe:affe/' /etc/zabbix/zabbix_agent2.conf
systemctl restart zabbix-agent2
systemctl enable zabbix-agent2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment