This is a discussion on [rrd-users] Graphing definitions within the RRD Users forums, part of the Networking and Network Related category; Hello, I had previously emailed in regarding an RRD not injecting data correctly. I have since then gotten the RRD ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hello,
I had previously emailed in regarding an RRD not injecting data correctly. I have since then gotten the RRD to accept the data and it is reflected correctly through an RRD info, though a fetch is showing NaN. Whether that is what may be an issue I do not know, I am trying to get my data to graph and have had no such luck. rrdtool create $rrd_dir/usr.rrd -s 86400 \ DS:alpha:DERIVE:43200:U:U \ RRA:AVERAGE:0.5:1:90; rrdtool graph /usr.rrd.gif \ DEF:pkta=$rrd_dir/usr.rrd:alpha:AVERAGE LINE1:pkta#000000:Alpha I had changed from GAUGE to DERIVE and data started appearing in the RRD as before it was returned "UNKN" This is where i am lost regarding this particular RRD, the data will as I said show up in an " rrdtool info usr.rrd" but the graph is blank. Is this due to my settings for the RRA or my graph defenitions? Any help is appreciated as I cannot seem to find any documentation that helps all that much. _______________________________________________ rrd-users mailing list rrd-users@lists.oetiker.ch https://lists.oetiker.ch/cgi-bin/listinfo/rrd-users |