PDA

View Full Version : WEB Monitoring - Ignore Page Timeout


monitorguru
01-06-2010, 04:39
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
01-06-2010, 12:09
Can you show me what your trigger looks like ?

monitorguru
04-06-2010, 03:47
{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.