[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [hobbit] OpenLDAP performance and replication monitoring with Hobbit
- To: hobbit (at) hswn.dk
- Subject: Re: [hobbit] OpenLDAP performance and replication monitoring with Hobbit
- From: henrik (at) hswn.dk (Henrik Stoerner)
- Date: Tue, 9 May 2006 14:30:28 +0200
- References: <200512131653.41231.bgmilne@staff.telkomsa.net>
- User-agent: Mutt/1.5.9i
On Tue, Dec 13, 2005 at 04:53:34PM +0200, Buchan Milne wrote:
>
> Now, I could s/:/;/g or similar, but it would be nice if there were a way to
> prevent ncv from parsing a line (since I would also like to be able to graph
> the CIM extension results with ncv, but it has output and
> &green/&yellow/&red's all over).
In Hobbit 4.2, you can configure the exact data-sets that you want the
NCV module to look at. E.g. if you have "weather" data like
Current time 14:20:34
Temperature: 23
then the old (4.1.x) NCV module would pick up a "Currenttime14" dataset
and a "Temperature" dataset. In 4.2, you configure hobbitserver.cfg with
NCV_weather="Temperature:GAUGE,*:NONE"
and it will only track the "Temperature" dataset.
Regards,
Henrik