Hi, I currently have a Zabbix 6.0.5 LTS server mounted on a VPS in the cloud.
I want to monitor Windows systems where I have installed the Zabbix Agent 2 6.0.5 client. Everything works correctly if I use the passive mode (opening ports in the firewall).
However, when I use the active mode, although the data arrives, it does not arrive in the time configured.
For example, system.uname is configured every 5 minutes, but sometimes it takes 1h to receive the information.
Zabbix Agent 2 Configuration its
When I check Zabbix Server Queue
Edit: After few hours I see that the problem could be BufferSend=3600, now I set BufferSend=5 , but the problem isn't solved. I restart service in Windows machine and also restart Zabbix-Server
https://i.imgur.com/9zqBnUS.png
As you can see in last image, (ignore Dell and Toshiba) , GR-LEGION don't send this item in last 13 min. At the end of this edit, 20 min .
I want to monitor Windows systems where I have installed the Zabbix Agent 2 6.0.5 client. Everything works correctly if I use the passive mode (opening ports in the firewall).
However, when I use the active mode, although the data arrives, it does not arrive in the time configured.
For example, system.uname is configured every 5 minutes, but sometimes it takes 1h to receive the information.
Zabbix Agent 2 Configuration its
Code:
LogFile=C:\Program Files\Zabbix Agent 2\zabbix_agent2.log Server=zbx.myvps.com ServerActive=zbx.myvps.com HostnameItem=system.hostname BufferSend=3600 EnablePersistentBuffer=1 PersistentBufferPeriod=30d PersistentBufferFile=C:\Program Files\Zabbix Agent 2\zabbix_agent2.db Timeout=30 Include=C:\Program Files\Zabbix Agent 2\zabbix_agent2.d\ Include=C:\Program Files\Zabbix Agent 2\zabbix_agent2.conf.d\*.conf ControlSocket=\\.\pipe\agent.sock AllowKey=system.run[*] Plugins.SystemRun.LogRemoteCommands=1 ForceActiveChecksOnStart=1 Include=.\zabbix_agent2.d\plugins.d\*.conf
When I check Zabbix Server Queue
Edit: After few hours I see that the problem could be BufferSend=3600, now I set BufferSend=5 , but the problem isn't solved. I restart service in Windows machine and also restart Zabbix-Server
https://i.imgur.com/9zqBnUS.png
As you can see in last image, (ignore Dell and Toshiba) , GR-LEGION don't send this item in last 13 min. At the end of this edit, 20 min .
Comment