diff --git a/html/images/os/quanta.png b/html/images/os/quanta.png new file mode 100644 index 0000000000..f3cb0db4a4 Binary files /dev/null and b/html/images/os/quanta.png differ diff --git a/includes/definitions.inc.php b/includes/definitions.inc.php index 16e3482e68..d0ef00f205 100644 --- a/includes/definitions.inc.php +++ b/includes/definitions.inc.php @@ -528,6 +528,14 @@ $config['os'][$os]['bad_if'][] = 'cpu'; $config['os'][$os]['over'][0]['graph'] = 'device_bits'; $config['os'][$os]['over'][0]['text'] = 'Device Traffic'; +//Quanta switches +$os = 'quanta'; +$config['os'][$os]['text'] = 'Quanta'; +$config['os'][$os]['type'] = 'network'; +$config['os'][$os]['icon'] = 'quanta'; +$config['os'][$os]['over'][0]['graph'] = 'device_bits'; +$config['os'][$os]['over'][0]['text'] = 'Device Traffic'; + $os = 'netonix'; $config['os'][$os]['text'] = 'Netonix'; $config['os'][$os]['type'] = 'network'; diff --git a/includes/discovery/os/edgeswitch.inc.php b/includes/discovery/os/edgeswitch.inc.php index c3cf06bee2..c09f86dc2b 100644 --- a/includes/discovery/os/edgeswitch.inc.php +++ b/includes/discovery/os/edgeswitch.inc.php @@ -1,6 +1,6 @@