From: Thomas <tho...@fu...> - 2015-04-08 12:56:57
|
April 8 2015 12:41 PM, "W.J.M. Nelis" wrote: > Hello Thomas, > > >> I'm trying to make a template for a PDU to graph power consumption, i have no problems to extract metrics from snmp but graphs doesn't show up and i'm a bit disappointed. >> rrd files aren't generated ... >> >> bin/xymon localhost 'hobbitdlog pdu-b07-02.power' >> pdu-b07-02|power|green||1428417135|1428484091|1428485891|0|0|127.0.0.1||||N| >> green Wed Apr 8 11:08:08 2015 >> >> PDU status: >> >> Load A : 2.70 >> Load B : 3.20 >> Power : 5.90 >> >> Devmon version 0.3.1-beta1 running on xymon >> >> TEST2RRD is set with "power=devmon" >> > > > If the devmon-format is selected, Xymon expects a header like the following: > <!--DEVMON RRD: PduStatus 0 0 > DS:LoadA:GAUGE:600:0:U DS:LoadB:GAUGE:600:0:UDS:Power:GAUGE:600:0:U > > You probably mean "power=ncv" in variable TEST2RRD. > > If i follow this : http://sourceforge.net/p/devmon/code/HEAD/tree/trunk/docs/GRAPHING It talks about devmon-format, why should i use ncv instead is there a difference ? Thomas |