Ad Widget

Collapse

[WEB Monitoring]Get trigger function return value en failed step url

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • nixmind
    Junior Member
    • May 2015
    • 1

    #1

    [WEB Monitoring]Get trigger function return value en failed step url

    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
    PHP Code:
    {MY_HOST:web.test.fail[MYScenecarion].last()}<>
    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 :
    PHP Code:
    {MY_HOST:web.test.fail[MYScenecarion].last(#n)}<>0 
    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.
Working...