Displaying 2 results from an estimated 2 matches for "upspower".
2012 Nov 27
1
Riello patch and examples
Hi Arnaud,
attached there are a new patch (fixed ups.upspower.nominal in GPSER protocol and device.mfr)
and three devdumps.
Let me know if this time all is correct,
Elio Parisi.
Elio Parisi
Centro Ricerche
RPS SpA
Viale Europa, 7
37045 Legnago VR
Tel. +39 0442 635811 Fax. +39 0442 635934
Skype Id: - Voip:
E-mail: E.Parisi at riello-ups.com
Web: www....
2010 Sep 19
0
A logging/graphing UPS client using rrdtool and UPS::Nut
...h';
$logfile = $opts{logfile} || '/var/log/upswatch.log';
$rrd_file = $basedir.'/upscharge.rrd';
$daychargegraph = $htmldir.'/upscharge-day.png';
$weekchargegraph = $htmldir.'/upscharge-week.png';
$daypowergraph = $htmldir.'/upspower-day.png';
$weekpowergraph = $htmldir.'/upspower-week.png';
$dayloadgraph = $htmldir.'/upsload-day.png';
$weekloadgraph = $htmldir.'/upsload-week.png';
return;
}
sub create_files
{
my ($uid, $gid) = @_;
foreach my $dir ($basedir, $htmldir...