frontpage event status > 24h?
![](https://secure.gravatar.com/avatar/525b753cdab1ce5aa413fda336740455.jpg?s=120&d=mm&r=g)
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).
anyone?
thanks!
R.
(ps adam, pls. nuke the nonmember @gmail dupe post that's queued up for moderation)
![](https://secure.gravatar.com/avatar/1c685a39a957c5e4dd2544f4cdc48c02.jpg?s=120&d=mm&r=g)
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. :-)
![](https://secure.gravatar.com/avatar/42d9edbe2df229bd7f590c4f289ba563.jpg?s=120&d=mm&r=g)
Hi.
Use latest revision.
I add options: $config['frontpage']['device_status']['max']['interval'] = 24; // Maximal interval for which to display devices status (in hours) $config['frontpage']['device_status']['max']['count'] = 200; // Maximal count for which to display devices status (in items)
On Thu, Jun 6, 2013 at 4:16 PM, Rob VanHooren rob_vanhooren@mac.com 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).
anyone?
thanks!
R.
(ps adam, pls. nuke the nonmember @gmail dupe post that's queued up for moderation)
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
participants (3)
-
Mike Stupalov
-
Paul Gear
-
Rob VanHooren