Added ping response graphs and some small updates

This commit is contained in:
laf
2014-09-29 23:03:59 +01:00
parent 6a1ebd9db4
commit 9a178363a0
5 changed files with 64 additions and 8 deletions

View File

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