[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
NCV parsing status message
- To: hobbit (at) hswn.dk
- Subject: NCV parsing status message
- From: "Torben Aagaard" <torben.aagaard (at) gmail.com>
- Date: Wed, 24 Jan 2007 11:40:31 +0100
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=VeJq9nflEcwNAPDXJ7ax7IDii8i/Ys2FpQ3ghvfSSj42ZdKQMT+ewLXQzURX1kplhoNvKfLswO0fsYZFGqOOwzLkRof691SpaJYWgSvglwjn8SMV+cxeOliFu0jwzrD7BTMvb+Z9Wfa6PM2o3hSp5Rz1LEqVrEd3DPhbchDURc4=
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