diff --git a/includes/discovery/temperatures-adva.php b/includes/discovery/temperatures-adva.php new file mode 100755 index 000000000..747ad8aa0 --- /dev/null +++ b/includes/discovery/temperatures-adva.php @@ -0,0 +1,84 @@ + diff --git a/includes/static-config.php b/includes/static-config.php index 031984aca..83911d1bb 100644 --- a/includes/static-config.php +++ b/includes/static-config.php @@ -24,8 +24,12 @@ $os_groups['openbsd'] = "unix"; $os_groups['netbsd'] = "unix"; $os_groups['dragonfly'] = "unix"; $os_groups['solaris'] = "unix"; + +$os_groups['adva'] = "unix"; + $os_groups['opensolaris'] = "unix"; + $os_groups['iosxe'] = "ios"; $os_groups['iosxr'] = "ios"; $os_groups['ios'] = "ios";