Iver Monitoring Download Center

Iver Logo

Windows

Download agent deployment script:

When running this script you might have to bypass the local executionpolicy.

To temporary bypass the local execution policy, start Powershell as an administrator and run these commands:
$ExecutionPolicy = Get-ExecutionPolicy
Set-ExecutionPolicy -ExecutionPolicy Bypass -Force

Run DeployZabbixAgent.ps1 in the same Powershell session. Once the script execution has been completed, run this command:
Set-ExecutionPolicy -ExecutionPolicy $ExecutionPolicy -Force




Linux

Download agent deployment script for RHEL/Rocky:

Download agent deployment script for Ubuntu:

Copy the text to a file, set execute permissions on the file and then run it as root.
Host needs access to internet for the installation to work.


If the firewall is active on the server you have to add the Zabbix Agent port to the allow list:

firewall-cmd --permanent --add-port=10050/tcp && firewall-cmd --reload

Powered by Github Actions