1
0
Collection of Zabbix Monitoring related scripts https://www.zion-networks.de
Go to file
2024-12-15 16:06:46 +01:00
agent2_autoinstall.sh Update Zabbix Agent 2 configuration in autoinstall script to set ListenIP to 0.0.0.0 2024-12-15 16:06:46 +01:00
LICENSE Initial commit 2024-02-03 17:08:41 +00:00
README.md Updated README 2024-12-15 15:26:10 +01:00

Zabbix Script collection by Zion Networks

Zabbix Agent 2 Auto Installer

How to run:

wget -qO- https://git.zion-networks.de/ZionNetworks/zabbix-scripts/raw/branch/main/agent2_autoinstall.sh | sudo bash

If you prefer to first download the script and not running it as root directly:

  1. Download the script:

    wget -O agent2_autoinstall.sh https://git.zion-networks.de/ZionNetworks/zabbix-scripts/raw/branch/main/agent2_autoinstall.sh
    
  2. Make the script executable:

    chmod +x agent2_autoinstall.sh
    
  3. Run the script with root privileges:

    sudo ./agent2_autoinstall.sh
    

Note that root permissions are required in order to install the required packages and adjust the configuration.