PDA

View Full Version : Host status (status) item timeout


deceased
28-09-2007, 08:34
Hi,

We are monitoring 24 servers that are not in our local network (via openvpn link) and we get a lot of false positives on host status change ("Server Windows_t is unreachable"). Triggers often are ON no longer that for 1-30 seconds.

Is there some way to increase the timeout for item "Host status", I tried searching but with no luck :(

We can't ignore them 'couse we are planing to make automatic incident registration in our service desk system.

Thank You in advance.

Alexei
28-09-2007, 20:33
I think you need something like:

{host:status.last(0)}=2 & {host:status.nodata(300)}=1

deceased
01-10-2007, 10:52
Thanx very much, that helped me.