I have a trigger set for available memory less than 512M, I am trying to set this to only trigger after it has been less than this for 15 minutes.
The issue I am having is that the trigger will activate as soon as it drops below 512M, Ie. not waiting 15 minutes.
This is the expression I am using
{Williams Commerce Linux Production:vm.memory.size[available].last(15m)}<512M
I am using Zabbix 4.0.3
The issue I am having is that the trigger will activate as soon as it drops below 512M, Ie. not waiting 15 minutes.
This is the expression I am using
{Williams Commerce Linux Production:vm.memory.size[available].last(15m)}<512M
I am using Zabbix 4.0.3
Comment