search for: voutput

Displaying 1 result from an estimated 1 matches for "voutput".

Did you mean: output
2010 Sep 19
0
A logging/graphing UPS client using rrdtool and UPS::Nut
...sub create_rrds { my ($rrd_file) = $_[0]; RRDs::create($rrd_file, "--step", 60, "DS:bcharge:GAUGE:120:0:100", "DS:bvolts:GAUGE:120:0:150", "DS:vinput:GAUGE:120:0:150", "DS:voutput:GAUGE:120:0:150", "DS:iinput:GAUGE:120:0:30", "DS:ioutput:GAUGE:120:0:30", "DS:load:GAUGE:120:0:125", "RRA:AVERAGE:0.5:1:2880", "RRA:AVERAGE:0.8:5:2880",...