Ad Widget

Collapse

WEB Monitoring - Ignore Page Timeout

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • monitorguru
    Junior Member
    • Jan 2010
    • 7

    #1

    WEB Monitoring - Ignore Page Timeout

    Hi,

    Is it possible to have the web scenario ignore a page timeout? I was trying to configure it to only alarm if the page returns a 200 and does not contain certain content.

    Basically, I have the scenario alarming if the step fails (which checks for content), though sometimes the site times out. I don't want to get alarms for that condition.

    I'm probably just missing something simple here... I added a check for a 200 return code to the trigger, and it didn't work...

    Thanks,

    Tom
  • simonc
    Member
    • Jul 2009
    • 73

    #2
    Can you show me what your trigger looks like ?

    Comment

    • monitorguru
      Junior Member
      • Jan 2010
      • 7

      #3
      {Zabbix Server:web.test.fail[Site].last(0)}=1 & {Zabbix Server:web.test.rspcode[Site,Check].last(0)}#200

      Interestingly enough, when I toggle the input method and add a new item, the values are altered, then if I toggle back they are fine.

      Comment

      Working...