Hi
I'm configuring web monitoring triggers in zabbix, and I have some information I would like to display, and I can't.
Typically I'm working on this function
I would like in the trigger name to display the value returned by the last() function, and my main aim, to display the step/url of my scenario which failed the check.
In the same way if I use the function this way :
where n is an integer, I would like to display last n URLs which failed the check.
I would be pleased if someone can help achieve that. I read the documentation and tested several time without success.
Thanks for your help.
Regards.
I'm configuring web monitoring triggers in zabbix, and I have some information I would like to display, and I can't.
Typically I'm working on this function
PHP Code:
{MY_HOST:web.test.fail[MYScenecarion].last()}<>0
In the same way if I use the function this way :
PHP Code:
{MY_HOST:web.test.fail[MYScenecarion].last(#n)}<>0
I would be pleased if someone can help achieve that. I read the documentation and tested several time without success.
Thanks for your help.
Regards.