Modification de l'organisation du Gitea, et ajout d'un README pour l'AP
SDIS 29.
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
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
|
Reference in New Issue
Block a user