Details
-
Help
-
Resolution: Done
-
Minor
-
None
-
Professional Edition
-
None
Description
Hello, we are using OBSERVIUM to monitor several networks that have nothing in common. In the Ports Details menu, there is a column that indicates the interconnected equipment. I assume it associates them based on the subnet. How can we ensure that OBSERVIUM does not make these associations? Thank you in advance. Thierry
Hello, this links works by external network subnets.
You can exclude specific networks by config option `ignore_common_subnet`:
// Example for net 169.254.0.0/16
$config['ignore_common_subnet'][] = '169.254.0.0/16';
Add networks required for exclude in config.php file.