mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
newdevice: Added DHCP Leases Graph for Mikrotik (#7333)
This commit is contained in:
committed by
Neil Lathwood
parent
98786c0ea7
commit
9f553af71e
@@ -600,6 +600,11 @@ $config['graph_types']['device']['riverbed_passthrough']['section'] = 'network';
|
||||
$config['graph_types']['device']['riverbed_passthrough']['order'] = 3;
|
||||
$config['graph_types']['device']['riverbed_passthrough']['descr'] = 'Bandwidth Passthrough';
|
||||
|
||||
//mikrotik specific graphs
|
||||
$config['graph_types']['device']['routeros_leases']['section'] = 'network';
|
||||
$config['graph_types']['device']['routeros_leases']['order'] = 0;
|
||||
$config['graph_types']['device']['routeros_leases']['descr'] = 'DHCP Lease Count';
|
||||
|
||||
// Device Types
|
||||
$i = 0;
|
||||
$config['device_types'][$i]['text'] = 'Servers';
|
||||
|
||||
Reference in New Issue
Block a user