I'm this close to having zabbix be a replacement for my monitoring system. I love everything about it. I'm monitoring a network of about 4000 fixed wireless devices and the one thing I need that I cannot find is the ability to search values taking from OID's. There are 2 checks I need to find quickly, one would give me the site name and the other would give me the site address. Is there a way to do this?
Ad Widget
Collapse
Search Oid Values?
Collapse
X
-
I guess I wasn't very clear. I know how to find the oids I want to use and I know how to create triggers for them. These are Canopy devices and I created a trigger that alerts me if bandwidth is not set to 1 meg by using:
{Canopy SM Template:CheckDownloadDatarate.last()}<>1024
What I need to do is have that trigger alert if its not set to 1 meg, 2 meg, or 3 meg etc. In other words if the value is 1024 or 2048 or 3072 no alert, but if its set to any other number alert me.Comment

Comment