7 Jun
2013
7 Jun
'13
12:48 a.m.
On 06/06/2013 10:16 PM, Rob VanHooren wrote:
hi, is there a quick way to adjust the frontage status to show events longer than 24h?
i.e., tweak the time period for this
config.php:$config['frontpage']['device_status']['ports'] = true; // Show the down ports (Last 24 hours)
to be longer.
dont' care so much about ports, but more the larger transient events (e.g., device rebooted).
root@localhost:/opt/observium# grep uptime includes/defaults.inc.php $config['uptime_warning'] = "84600"; // Time in seconds to display a "Device Rebooted" Alert. 0 to disable warnings. $config['frontpage']['device_status']['uptime'] = true; // Show the uptime status
The first one is what you want. :-)