Re: [opennms-devel] Possibility of monitoring the data by group

2009-11-09 Thread 光年张
Hi, Tarus: Seems like it's impossible to make the enhancement to the thresholding daemon right now. The threshold daemen checks the value immediately after the collector get the data. So do you think it is more suitable to write a programme to check the value by group outside the openNMS? Please

Re: [opennms-devel] Possibility of monitoring the data by group

2009-10-29 Thread Tarus Balog
On Oct 28, 2009, at 12:38 PM, 光年张 wrote: > Can threshold be used under this situation? Unfortunately, no. It might be possible to use an outside script to do it. -T ___ Tarus Balog, OpenNMS Maintainer Main: +1

Re: [opennms-devel] Possibility of monitoring the data by group

2009-10-28 Thread 光年张
Thanks, Tarus. Can threshold be used under this situation? Thanks, Joey 2009/10/28 Tarus Balog > > On Oct 27, 2009, at 1:01 PM, 光年张 wrote: > > > I have some requirement to monitoring some data by group. Right now, > > openNMS collects and monitors the data host by host. > > Right now, I have a

Re: [opennms-devel] Possibility of monitoring the data by group

2009-10-28 Thread Tarus Balog
On Oct 27, 2009, at 1:01 PM, 光年张 wrote: > I have some requirement to monitoring some data by group. Right now, > openNMS collects and monitors the data host by host. > Right now, I have a group of linux servers. And I want to collect > the sum of some data on this group of servers. > > Is it