mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Graph sections must be lower case
This commit is contained in:
@@ -1533,7 +1533,7 @@ $config['graph_types']['device']['siklu_rfinterfaceOtherOctets'] = array(
|
||||
);
|
||||
|
||||
$config['graph_types']['device']['ruckusZD1000-SystemLicensedAPs'] = array(
|
||||
'section' => 'MIB',
|
||||
'section' => 'mib',
|
||||
'order' => '1',
|
||||
'descr' => 'Licensed APs',
|
||||
'file' => 'ruckusZD1000-SystemLicensedAPs-0.rrd',
|
||||
|
||||
@@ -1044,7 +1044,7 @@ function update_mib_graph_types($mibname, $oids, $mibdef, $graphs)
|
||||
$graphdef = array();
|
||||
$graphdef['graph_type'] = "device";
|
||||
$graphdef['graph_subtype'] = $graphname;
|
||||
$graphdef['graph_section'] = "MIB";
|
||||
$graphdef['graph_section'] = "mib";
|
||||
$graphdef['graph_descr'] = $mibdef[$oid]['description'];
|
||||
$graphdef['graph_order'] = $i++;
|
||||
// TODO: add colours, unit_text, and ds
|
||||
|
||||
Reference in New Issue
Block a user