How to create a zabbix trigger based on item from other host
My firewall is forwarding log to syslog server. I am creating a zabbix trigger to capture certain event on the log. I need the zabbix trigger to show on firewall host instead of syslog server host. How can I do it?
Network Interface Status [closed]
Closed 3 days ago.
Zabbix Login Issue After Restarting Containers
enter image description hereI am encountering an issue with the Zabbix login page after stopping and restarting all the Zabbix containers. The login page displays the following error message:
Zabbix Login Issue After Restarting Containers
I am encountering an issue with the Zabbix login page after stopping and restarting all the Zabbix containers. The login page displays the following error message:
Zabbix 7.0 fails/stops quickly after server start. How can I narrow down on what’s happening?
Currently, we try to switch from Zabbix 6.2 to 7.0-2 for our new clusters (i.e. those do not have Zabbix 6.2 preinstalled, but we install 7.0-2 directly). However, while 6.2 runs without any visible issues, 7.0-2’s server stops after start. I am primarily looking for ways to debug this problem further, but if someone has straight up a solution, I am all there fore it.
Item Prototype that sum sent and received bits/sec – Formula : incorrect expression starting
I am struggling with something which should be basic in my mind.
I am trying to create an Item Prototype that sums the sent and received bits/sec on a port using Zabbix 6.4.
End of format_metric_results():FAIL for agent in Linux in Zabbix
I am having an issue connecting to the server as the error I got was: Received empty response from Zabbix Agent at [198.204.xxx.xxx]. Assuming that agent dropped connection because of access permissions. Any ideas on what could be wrong?
The host is running Alma Linux 8.X and the Zabbix server is running Ubuntu 22.04
Zabbix Powershell Discovery Item with multiple Arguments
i want to create a Script/Discovery-Rule wich creates me a json output for a discovery-rule.
This one works fine on powershell.exe
Zabbix Server 6.4 stopped working after the apt upgrade command on Ubuntu 22.04″
My Ubuntu Server 22.04 has a Zabbix Server 6.4. I ran the apt update command followed by the apt upgrade command. But a problem occurred when the update finished: my Zabbix server stopped working and won’t start anymore. Checking the update log, I noticed that Zabbix was upgraded from 6.4.12 to 6.4.15. I didn’t expect the packages to skip several versions like that. Does anyone have any ideas on how to get the server running again or know if there are any commands missing to complete this update?
How do I install custom GO plugins on Zabbix Agent 2 for Windows?
I am trying to follow the documentations of Zabbix that teaches us how to install custom Go Plugins on Zabbix Agent 2 – But they only teach how to do this on Linux agents only…