This repository has been archived on 2025-07-23. You can view files and clone it, but cannot push or open issues or pull requests.
Files
siotp/bts_annee_2/ateliers_professionalisation/scripts_zabbix/zabbix-install-client-test.sh
2024-11-14 15:42:28 +01:00

9 lines
435 B
Bash

apt install -y wget curl
wget https://repo.zabbix.com/zabbix/7.0/debian/pool/main/z/zabbix-release/zabbix-release_7.0-2+debian12_all.deb
dpkg -i zabbix-release_7.0-2+debian12_all.deb
apt install -y zabbix-agent2
echo "Server=172.16.0.102" >> /etc/zabbix/zabbix_agent2.conf
echo "ServerActive=172.16.0.102" >> /etc/zabbix/zabbix_agent2.conf
echo "Hostname=ap31-test" >> /etc/zabbix/zabbix_agent2.conf
systemctl restart zabbix-agent2