Details
-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
Professional Edition
-
None
Description
Hello,
we are actively using the Alert Boxes widget and have it configured with the following options in config.php
// Do not show down devices
$config['frontpage']['device_status']['devices'] = false;
// Do not show Port Errors
$config['frontpage']['device_status']['errors'] = false;
// Do not show BGP Status
$config['frontpage']['device_status']['bgp'] = false;
// Do not show Ports Down Status
$config['frontpage']['device_status']['ports'] = false;
The behavior of the Alert Boxes added in the default dashboard is affected by the above options and they show only rebooted devices.
The above options are not recognized when you add a new dashboard and add Alert Boxes - they display everything no matter what is set in the config.php
Can you give us an idea, if we can control the customization of the Alert Boxes in any way rather then the config.php options or per dashboard in best scenario.