mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
reverse polarity!
git-svn-id: http://www.observium.org/svn/observer/trunk@1413 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
@@ -15,11 +15,11 @@ $port = mysql_fetch_array($query);
|
||||
|
||||
$rrd_list[0]['filename'] = $rrd_filename;
|
||||
$rrd_list[0]['descr'] = "Downstream";
|
||||
$rrd_list[0]['rra'] = "AtucCurrAttainableR";
|
||||
$rrd_list[0]['rra'] = "AturCurrAttainableR";
|
||||
|
||||
$rrd_list[1]['filename'] = $rrd_filename;
|
||||
$rrd_list[1]['descr'] = "Upstream";
|
||||
$rrd_list[1]['rra'] = "AturCurrAttainableR";
|
||||
$rrd_list[1]['rra'] = "AtucCurrAttainableR";
|
||||
|
||||
|
||||
$unit_text = "Bits/sec";
|
||||
|
@@ -15,11 +15,11 @@ $port = mysql_fetch_array($query);
|
||||
|
||||
$rrd_list[0]['filename'] = $rrd_filename;
|
||||
$rrd_list[0]['descr'] = "Downstream";
|
||||
$rrd_list[0]['rra'] = "AtucCurrOutputPwr";
|
||||
$rrd_list[0]['rra'] = "AturCurrOutputPwr";
|
||||
|
||||
$rrd_list[1]['filename'] = $rrd_filename;
|
||||
$rrd_list[1]['descr'] = "Upstream";
|
||||
$rrd_list[1]['rra'] = "AturCurrOutputPwr";
|
||||
$rrd_list[1]['rra'] = "AtucCurrOutputPwr";
|
||||
|
||||
$unit_text = "dBm";
|
||||
|
||||
|
@@ -15,11 +15,11 @@ $port = mysql_fetch_array($query);
|
||||
|
||||
$rrd_list[0]['filename'] = $rrd_filename;
|
||||
$rrd_list[0]['descr'] = "Downstream";
|
||||
$rrd_list[0]['rra'] = "AtucCurrSnrMgn";
|
||||
$rrd_list[0]['rra'] = "AturCurrSnrMgn";
|
||||
|
||||
$rrd_list[1]['filename'] = $rrd_filename;
|
||||
$rrd_list[1]['descr'] = "Upstream";
|
||||
$rrd_list[1]['rra'] = "AturCurrSnrMgn";
|
||||
$rrd_list[1]['rra'] = "AtucCurrSnrMgn";
|
||||
|
||||
$unit_text = "dB";
|
||||
|
||||
|
@@ -13,14 +13,13 @@ $port = mysql_fetch_array($query);
|
||||
$rrd_filename = $config['rrd_dir'] . "/" . $port['hostname'] . "/port-" . safename($port['ifIndex'] . "-adsl.rrd");
|
||||
#}
|
||||
|
||||
|
||||
$rrd_list[0]['filename'] = $rrd_filename;
|
||||
$rrd_list[0]['descr'] = "Downstream";
|
||||
$rrd_list[0]['rra'] = "AtucChanCurrTxRate";
|
||||
$rrd_list[0]['rra'] = "AturChanCurrTxRate";
|
||||
|
||||
$rrd_list[1]['filename'] = $rrd_filename;
|
||||
$rrd_list[1]['descr'] = "Upstream";
|
||||
$rrd_list[1]['rra'] = "AturChanCurrTxRate";
|
||||
$rrd_list[1]['rra'] = "AtucChanCurrTxRate";
|
||||
|
||||
|
||||
$unit_text = "Bits/sec";
|
||||
|
Reference in New Issue
Block a user