mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Merge pull request #11661 from SourceDoctor/app_dhcp_enhancement
Application DHCP Upgrade
This commit is contained in:
@@ -124,6 +124,12 @@ $graphs['os-updates'] = array(
|
||||
);
|
||||
$graphs['dhcp-stats'] = array(
|
||||
'stats',
|
||||
'pools_percent',
|
||||
'pools_current',
|
||||
'pools_max',
|
||||
'networks_percent',
|
||||
'networks_current',
|
||||
'networks_max',
|
||||
);
|
||||
$graphs['fail2ban'] = array(
|
||||
'banned',
|
||||
|
Reference in New Issue
Block a user