Hi All,
Using Zabbix Agent 2 7.4
I am having an issue with Zabbix Agent 2 service stopping/crashing constantly when I am listing more than one Zabbix Server in the config file. What I mean by this is the service just stops running and needs to be restarted again.
My hosts are all Windows Server Datacentre/Standard 2022 and I am using a default config besides specifying the debug level of 5, increasing log file size limit and adding my servers into the passive and active checks.
The logs don't show any errors and just simply just stops logging, it seems that it almost always stops running when trying to perform a variant of /"executed direct exporter task for key 'perf_counter_en" for example.
Example Crash
2025/08/07 20:35:04.203938 executed direct exporter task for key 'perf_counter_en[[\Processor Information(_total)\% Interrupt Time]]'
2025/08/07 20:35:04.211147 executed direct exporter task for key 'proc.num[[]]'
2025/08/07 20:35:04.221595 executed direct exporter task for key 'wmi.get[[root/cimv2 Select NumberOfLogicalProcessors from Win32_ComputerSystem]]'
Example Crash
2025/08/20 22:08:48.863267 parsed performance counter \System\Processor Queue Length
2025/08/20 22:08:48.863267 executed direct exporter task for key 'perf_counter_en[[\System\Processor Queue Length]]'
2025/08/20 22:08:48.879740 executed direct exporter task for key 'proc.num[[]]'
From my understanding, Server is passive checks and ServerActive is active checks.
I have tested having only one zabbix server in passive checks as well as active checks and the agent runs fine with no issues, but as soon as I list the second zabbix server in those fields, the agent service will eventually stop running.
They are listed separated by a comma for example
Server=Server1,Server2
I have also tested listing both servers in passive checks only but the agent still crashes.
The strange thing is that not all hosts have this issue and only 2-3 hosts are continuously crashing.
We are not using proxies.
Has anyone run into this issue before? Does anyone else run two zabbix servers and have the same hosts reporting to both?
Anyone advice would be appreciated, happy to provide logs if it will help.
Using Zabbix Agent 2 7.4
I am having an issue with Zabbix Agent 2 service stopping/crashing constantly when I am listing more than one Zabbix Server in the config file. What I mean by this is the service just stops running and needs to be restarted again.
My hosts are all Windows Server Datacentre/Standard 2022 and I am using a default config besides specifying the debug level of 5, increasing log file size limit and adding my servers into the passive and active checks.
The logs don't show any errors and just simply just stops logging, it seems that it almost always stops running when trying to perform a variant of /"executed direct exporter task for key 'perf_counter_en" for example.
Example Crash
2025/08/07 20:35:04.203938 executed direct exporter task for key 'perf_counter_en[[\Processor Information(_total)\% Interrupt Time]]'
2025/08/07 20:35:04.211147 executed direct exporter task for key 'proc.num[[]]'
2025/08/07 20:35:04.221595 executed direct exporter task for key 'wmi.get[[root/cimv2 Select NumberOfLogicalProcessors from Win32_ComputerSystem]]'
Example Crash
2025/08/20 22:08:48.863267 parsed performance counter \System\Processor Queue Length
2025/08/20 22:08:48.863267 executed direct exporter task for key 'perf_counter_en[[\System\Processor Queue Length]]'
2025/08/20 22:08:48.879740 executed direct exporter task for key 'proc.num[[]]'
From my understanding, Server is passive checks and ServerActive is active checks.
I have tested having only one zabbix server in passive checks as well as active checks and the agent runs fine with no issues, but as soon as I list the second zabbix server in those fields, the agent service will eventually stop running.
They are listed separated by a comma for example
Server=Server1,Server2
I have also tested listing both servers in passive checks only but the agent still crashes.
The strange thing is that not all hosts have this issue and only 2-3 hosts are continuously crashing.
We are not using proxies.
Has anyone run into this issue before? Does anyone else run two zabbix servers and have the same hosts reporting to both?
Anyone advice would be appreciated, happy to provide logs if it will help.
Comment