Hi all
I have Hobbit 4.2.0 and devmon running, monitoring a few custom Checkpoint SNMP agents.
The devmon script outputs something like this :
status fw-m1,foo,dk.fw1 yellow Wed Jan 24 11:13:17 2007
fwNumConn: 27321 &yellow Connection Table high fwPeakNumConn: 30993
Devmon version 0.2.2 running on mon
I set up the NCV stuff as per the "How to setup custom graphs" page, and everything is working.
However - I'd like to move the status message "&yellow Connection Table high" to the top of the page - and possible add some more info. I tried moving the color and message to the top of the status message, but it seems like NCV is trying to create a RRD ds for every line:
2007-01-24 20:37:19 RRD error updating /var/lib/hobbit/rrd/fw- m1.foo.dk/fw1.rrd from 127.0.0.1: unknown DS name 'yellowConnectionTab'
A rrdtools dump shows that a ds was created with the name "greenConnectionTabl".
Is every line in the status message parsed? How can I add info to the status message and still have my graphs working ?
Thanks
BR /Torben
2007-01-24 20:37:19 RRD error updating /var/lib/hobbit/rrd/fw-m1.foo.dk/fw1.rrd <http://m1.foo.dk/fw1.rrd> from 127.0.0.1 <http://127.0.0.1>: unknown DS name 'yellowConnectionTab'
A rrdtools dump shows that a ds was created with the name "greenConnectionTabl".
Do you have the "ncv-ignoretext.patch" or the "all-in-one" patch applied to your hobbit server?
Gildas
Hi Gildas
Ahh - I guess I missed the patches section on Henrik's site :)
So as long as I don't use ":" or "=" in the message, I should be fine, right ?
Thanks a lot
BR /Torben
On 1/24/07, Gildas Le Nadan <gn1 at sanger.ac.uk> wrote:
2007-01-24 20:37:19 RRD error updating /var/lib/hobbit/rrd/fw-m1.foo.dk/fw1.rrd <http://m1.foo.dk/fw1.rrd> from 127.0.0.1 <http://127.0.0.1>: unknown DS name 'yellowConnectionTab'
A rrdtools dump shows that a ds was created with the name "greenConnectionTabl".
Do you have the "ncv-ignoretext.patch" or the "all-in-one" patch applied to your hobbit server?
Gildas
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
Torben Aagaard wrote:
Hi Gildas
Ahh - I guess I missed the patches section on Henrik's site :)
So as long as I don't use ":" or "=" in the message, I should be fine, right ?
Thanks a lot
BR /Torben
That is my understanding so far. Correct me if I'm wrong ;)
Gildas
Torben Aagaard wrote :
Hi Gildas
Ahh - I guess I missed the patches section on Henrik's site :)
So as long as I don't use ":" or "=" in the message, I should be fine, right
No, the bug is that a message like this :
hello world !
ducks: 5
builds 'helloworldducks: 5'.
That is, it does not reset on newlines. You really need the patch.
-- Charles Goyard - cgoyard at cvf.fr - (+33) 1 45 38 01 31
Yes - I understand that I still need the patch. After applying the patch, I will have to avoid ":" and "=" chars.
Thanks
BR /Torben
On 1/24/07, Charles Goyard <cgoyard at cvf.fr> wrote:
Torben Aagaard wrote :
Hi Gildas
Ahh - I guess I missed the patches section on Henrik's site :)
So as long as I don't use ":" or "=" in the message, I should be fine, right
No, the bug is that a message like this :
hello world !
ducks: 5
builds 'helloworldducks: 5'.
That is, it does not reset on newlines. You really need the patch.
-- Charles Goyard - cgoyard at cvf.fr - (+33) 1 45 38 01 31
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
participants (3)
-
cgoyard@cvf.fr
-
gn1@sanger.ac.uk
-
torben.aagaard@gmail.com