diff --git a/html/images/os/pbn.png b/html/images/os/pbn.png new file mode 100644 index 000000000..e768bf489 Binary files /dev/null and b/html/images/os/pbn.png differ diff --git a/includes/definitions.inc.php b/includes/definitions.inc.php index 107f68184..4c3972544 100644 --- a/includes/definitions.inc.php +++ b/includes/definitions.inc.php @@ -1114,6 +1114,15 @@ $config['os'][$os]['text'] = "Fiberhome"; $config['os'][$os]['type'] = "network"; $config['os'][$os]['icon'] = "fiberhome"; +// PBN, Pacific Broadband Networks +$os = "pbn"; +$config['os'][$os]['text'] = "PBN"; +$config['os'][$os]['type'] = "network"; +$config['os'][$os]['ifXmcbc'] = 1; +$config['os'][$os]['over'][0]['graph'] = "device_bits"; +$config['os'][$os]['over'][0]['text'] = "Device Traffic"; +$config['os'][$os]['icon'] = "pbn"; + foreach ($config['os'] as $this_os => $blah) { if (isset($config['os'][$this_os]['group'])) diff --git a/includes/discovery/os/pbn.inc.php b/includes/discovery/os/pbn.inc.php new file mode 100644 index 000000000..d8930fbb9 --- /dev/null +++ b/includes/discovery/os/pbn.inc.php @@ -0,0 +1,9 @@ + diff --git a/includes/polling/os/pbn.inc.php b/includes/polling/os/pbn.inc.php new file mode 100644 index 000000000..aae6675f2 --- /dev/null +++ b/includes/polling/os/pbn.inc.php @@ -0,0 +1,8 @@ +