From: Stewart, T. L. <Tom...@la...> - 2008-04-22 14:11:09
|
I am monitoring a system called true sight / coradiant that monitors all of our websites for latency and page errors. The system is configurable by setting up "watchpoints" and can report the results via snmp. A simple watchpoint is an error page count for different pages. All the pages are reported within one branch. As we want to alert with different values within the branch, we have a problem. My conclusion for now is: I will hard-code the individual oid for each item I want to test and put it into a separate test directory for hobbit reporting/alerting. Tom -----Original Message----- From: Buchan Milne [mailto:bg...@st...] Sent: Tuesday, April 22, 2008 3:53 AM To: dev...@li... Cc: Stewart, Tom L. Subject: Re: [Devmon] Question on templates On Monday 21 April 2008 17:29:56 Stewart, Tom L. wrote: > Does anyone know of a way for me to check/alarm different values on the > same column for alerting within a branch? > > Example: > > In a branch... > > Name Value > Name1 10 > Name2 20 > Name3 30 > Name4 40 > > I want to alert name1 only if the value is say over 20 > I want to alert name3 only if the value is say over 90 > I don't want to alert on name2 or name4 so I can use the exceptions file > and regex them. > > Thank you for any thoughts... Can you give a concrete example of where you want to use this? Most of the examples I can think of have other means of achieving the same thing (e.g. setting the temperature threshold on a server for a particular probe, setting the speed appropriately on a network interface). (yes, that does mean that as far as I know, there is no means currently to do per-row thresholds) However, I think this is a feature that should be added anyway ... Regards. Buchan |