


As well as a new Github webhook integration.This version also provides a set of new templates for the following vendors: And many other improvements and features.


Hosts can now be created directly from the Monitoring section. Ability to define custom Zabbix password complexity requirements.The Top hosts widget provides Top N and Bottom N host views sorted by item values.Track your host status and location with the new Geomap widget.New Audit log schema enables detailed logging for both the Zabbix frontend and backend.Monitor your Kubernetes instance with out-of-the-box Kubernetes monitoring for pods, nodes, and Kubernetes component monitoring.New machine learning trend functions for baseline monitoring and anomaly detection.Redesigned Services section, tailored for flexible Business Service monitoring with the ability to monitor over 100k services, define flexible service calculation rules, perform root cause analysis, receive service status change alerts, and more.Out-of-the-box High Availability cluster for Zabbix server with support for one or multiple standby nodes.(Get-WmiObject win32_service -Filter "name='Zabbix Agent'"). New-Service -Name "Zabbix Agent" -BinaryPathName "C:\Zabbix\bin\win64\zabbix_Agentd.exe -config C:\Zabbix\conf\zabbix_" -DisplayName "Zabbix Agent" -Description "Provides system monitoring" -StartupType "Automatic" -ErrorAction Silentl圜ontinue # Copy Zabbix Agent folder, Create new service, then start service.Ĭopy-Item -Recurse -Path $SourceFolder -Destination $TargetFolder -ErrorAction Silentl圜ontinue # Starts service if it exists in a Stopped state. If (get-service -Name "Zabbix Agent" -ErrorAction Silentl圜ontinue | Where-Object -Property Status -eq "Running")Įlseif (get-service -Name "Zabbix Agent" -ErrorAction Silentl圜ontinue | Where-Object -Property Status -eq "Stopped") # Check if Zabbix Agent is installed and running, if not start the service.
