mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
fix: device with no uptime (#4625)
fix: Add checks for devices with no uptime over snmp #4587
This commit is contained in:
@@ -1903,6 +1903,7 @@ $config['os'][$os]['icon'] = 'meraki';
|
||||
$config['os'][$os]['ifname'] = 1;
|
||||
$config['os'][$os]['over'][0]['graph'] = 'device_bits';
|
||||
$config['os'][$os]['over'][0]['text'] = 'Device Traffic';
|
||||
$config['os'][$os]['bad_uptime'] = true;
|
||||
|
||||
$os = 'merakims';
|
||||
$config['os'][$os]['text'] = 'Meraki Switch';
|
||||
|
Reference in New Issue
Block a user