Changed to exlcude ok state + user configurable for resolution

This commit is contained in:
laf
2015-04-15 12:55:34 +01:00
parent 73fb0ca7ff
commit 14e8195b26
2 changed files with 6 additions and 3 deletions

View File

@@ -603,4 +603,7 @@ $config['distributed_poller_memcached_port'] = '11211';
$config['callback_post'] = 'https://stats.librenms.org/log.php';
$config['callback_clear'] = 'https://stats.librenms.org/clear.php';
// Stat graphs
$config['alert_graph_date_format'] = '%Y-%m-%d %H:%i';
?>