Sent: Freitag, 8. Dezember 2006 17:00
To: user-ae9b8668bcde@xymon.invalid
Subject: RE: [hobbit] Custom graph not showing up. Possible RRD
problem?
True, but it doesn't matter
Didn't notice it was in there when the email was sent out - the
variable
names are the same now (and have been for a while)... but still no
graphs
-----Original Message-----
From: Johann Eggers [mailto:user-769b09132207@xymon.invalid]
Sent: Friday, December 08, 2006 10:17 AM
To: user-ae9b8668bcde@xymon.invalid
Subject: RE: [hobbit] Custom graph not showing up. Possible RRD
problem?
-----Original Message-----
From: Jon Hittner [mailto:user-419d78321edc@xymon.invalid]
Sent: Freitag, 8. Dezember 2006 16:11
To: user-ae9b8668bcde@xymon.invalid
Subject: [hobbit] Custom graph not showing up. Possible RRD problem?
Hi-
I am trying to create a custom graph
On the client, in /opt/hobbit/client/ext I have a "inqGraph" that
has
this
in it:
#!/bin/sh
. /opt/bb/etc/bbdef.sh
$BB $BBDISP "status `hostname`.inqGraph green `date`
`cat /tmp/queues.txt`
"
exit 0
/tmp/queues has this in it:
DIHM11a : 0
DRE11a : 9
MIRR11b : 5
===================
hobbitserver.cfg
===================
TEST2RRD="......,inqGraph=ncv"
NCV_inqGraph="DIHM11a:GAUGE,DRE11a:GAUGE,MIRR11b:GAUGE"
GRAPHS="......,inqGraph"
===================
hobbitgraph.cfg
===================
[inqGraph]
Title Queue info
YAXIS Files
DEF:DIHM11Ajon=inqGraph.rrd:DIHM11A:AVERAGE
DEF:DRE11ajon=inqGraph.rrd:DRE11A:AVERAGE
DEF:MIRR11bjon=inqGraph.rrd:MIRR11B:AVERAGE