mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
hack to force separated non-unicast for the time being
git-svn-id: http://www.observium.org/svn/observer/trunk@1657 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
if(1)
|
||||
{
|
||||
|
||||
$rrd_list[1]['filename'] = $config['rrd_dir'] . "/" . $device['hostname'] . "/ifx-" . safename($port['ifIndex'] . ".rrd");
|
||||
$rrd_list[1]['filename'] = $config['rrd_dir'] . "/" . $device['hostname'] . "/port-" . safename($port['ifIndex'] . ".rrd");
|
||||
$rrd_list[1]['descr'] = $int['ifDescr'];
|
||||
$rrd_list[1]['rra_in'] = "InBroadcastPkts";
|
||||
$rrd_list[1]['rra_out'] = "OutBroadcastPkts";
|
||||
@@ -11,7 +11,7 @@ if(1)
|
||||
$rrd_list[1]['colour_area_in'] = "BB77BB";
|
||||
$rrd_list[1]['colour_area_out'] = "FFDD88";
|
||||
|
||||
$rrd_list[4]['filename'] = $config['rrd_dir'] . "/" . $device['hostname'] . "/ifx-" . safename($port['ifIndex'] . ".rrd");
|
||||
$rrd_list[4]['filename'] = $config['rrd_dir'] . "/" . $device['hostname'] . "/port-" . safename($port['ifIndex'] . ".rrd");
|
||||
$rrd_list[4]['descr'] = $int['ifDescr'];
|
||||
$rrd_list[4]['rra_in'] = "InMulticastPkts";
|
||||
$rrd_list[4]['rra_out'] = "OutMulticastPkts";
|
||||
|
Reference in New Issue
Block a user