mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-12 16:06:25 +02:00
fix more booboo
git-svn-id: http://www.observium.org/svn/observer/trunk@1945 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
@@ -31,7 +31,7 @@ if ($port_stats[$port['ifIndex']] && $port['ifType'] == "ethernetCsmacd"
|
||||
$rrd_create .= " DS:PortConsumption:DERIVE:600:0:U";
|
||||
$rrd_create .= " DS:PortMaxPwrDrawn:GAUGE:600:0:U ";
|
||||
|
||||
rrd_create($rrdfile, $rrd_create);
|
||||
rrdtool_create($rrdfile, $rrd_create);
|
||||
}
|
||||
|
||||
$upd = "$polled:".$port['cpeExtPsePortPwrAllocated'].":".$port['cpeExtPsePortPwrAvailable'].":".$port['cpeExtPsePortPwrConsumption'].":".$port['cpeExtPsePortMaxPwrDrawn'];
|
||||
|
||||
Reference in New Issue
Block a user