23 Jan
2013
23 Jan
'13
8:20 p.m.
Hi
I am not getting any graph for xymonnet. I am running xymon 4.3.10
I do have a xymonnet.rrd file
-rw-r--r-- 1 xymon xymon 20K 2013-01-23 14:49 xymonnet.rrd
It's name is runtime and type is GAUGE per rrdtool dump
When I tried to draw a graph it did not like GAUGE type.
rrdtool graph /tmp/test.png DEF:p1=xymonnet.rrd:runtime:GAUGE
LINE2:p1#ff00ff ERROR: Unknown CF 'GAUGE' in 'DEF:p1=xymonnet.rrd:runtime:GAUGE'
So I changed it to AVERAGE type, but the graph is empty.
rrdtool graph /tmp/test.png DEF:p1=xymonnet.rrd:runtime:AVERAGE
LINE2:p1#ff00ff481x149
ls -lh /tmp/test.png
-rw-r--r-- 1 root root 6.1K 2013-01-23 15:18 /tmp/test.png
display /tmp/test.png shows empty graph.
What gives?
-- Asif Iqbal PGP Key: 0xE62693C5 KeyServer: pgp.mit.edu A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing?