newdevice: Added DHCP Leases Graph for Mikrotik (#7333)

This commit is contained in:
Paul Heinrichs
2017-09-13 14:49:41 -04:00
committed by Neil Lathwood
parent 98786c0ea7
commit 9f553af71e
3 changed files with 43 additions and 0 deletions

View File

@@ -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';