Poller run time graphing

This commit is contained in:
laf
2014-09-21 20:47:32 +01:00
parent 97a21ae519
commit 6c28f6367e
4 changed files with 37 additions and 4 deletions

View File

@@ -23,6 +23,9 @@ foreach (dbFetchRows("SELECT * FROM device_graphs WHERE device_id = ? ORDER BY g
$graph_enable[$section][$graph['graph']] = $graph['graph'];
}
// These are standard graphs we should have for all systems
$graph_enable['poller']['poller_perf'] = 'device_poller_perf';
#foreach ($config['graph_sections'] as $section)
foreach ($graph_enable as $section => $nothing)
{