Hi all,
Glad to enter in the Zabbix world and thanks to all the comunity for this nice product.
I'm creating a monitoring solution for memory spike and my question about the media template: I receive a message with common information: problem name, start time, duration time, resolution time, ecc... i wuould like to add the spike duration and eventually how many spike during the recovery expression.
Actually my trigger is:
Glad to enter in the Zabbix world and thanks to all the comunity for this nice product.
I'm creating a monitoring solution for memory spike and my question about the media template: I receive a message with common information: problem name, start time, duration time, resolution time, ecc... i wuould like to add the spike duration and eventually how many spike during the recovery expression.
Actually my trigger is:
Code:
Problem expr:[INDENT](
last(/CUSTOM - Windows - Host Importanti/vm.memory.util) > {$LIMIT}
)[/INDENT]
Resolution expr:[INDENT](
max(/CUSTOM - Windows - Host Importanti/vm.memory.util, 10m) < {$LIMIT}
) [/INDENT]
Comment