I am quite new to Zabbix.
Zabbix 7.4.6 (revision 626d2b8a482)
I've set up an alert for a Windows Server so if it goes over a certain RAM utilization percentage, I should get an alert, however it isn't working.
The agent is running on the target server.
Here's my setup:

For testing purposes and to see if the alert gets triggered, I set up the memory percentage value to 10%. The server is currently at 17%, so it should trigger an alert.
Once I get this to work, I will set the alert to 90%.

Zabbix_agent.conf setup:
LogFile=C:\Program Files\Zabbix Agent\zabbix_agentd.log
Server=192.168.17.232
ServerActive=192.168.17.232
Hostname= ****-******
Include=C:\Program Files\Zabbix Agent\zabbix_agentd.d\
So what am I doing wrong or what am I missing here?
Thanks.
Zabbix 7.4.6 (revision 626d2b8a482)
I've set up an alert for a Windows Server so if it goes over a certain RAM utilization percentage, I should get an alert, however it isn't working.
The agent is running on the target server.
Here's my setup:
For testing purposes and to see if the alert gets triggered, I set up the memory percentage value to 10%. The server is currently at 17%, so it should trigger an alert.
Once I get this to work, I will set the alert to 90%.
Zabbix_agent.conf setup:
LogFile=C:\Program Files\Zabbix Agent\zabbix_agentd.log
Server=192.168.17.232
ServerActive=192.168.17.232
Hostname= ****-******
Include=C:\Program Files\Zabbix Agent\zabbix_agentd.d\
So what am I doing wrong or what am I missing here?
Thanks.
Comment