memcached and drbd application improvements

git-svn-id: http://www.observium.org/svn/observer/trunk@3099 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Adam Amstrong
2012-04-30 15:13:13 +00:00
parent 571c9d5b0e
commit 6b7898b18c
8 changed files with 39 additions and 47 deletions
-4
View File
@@ -1,9 +1,5 @@
<?php
$graphs['apache'] = array('bits', 'hits', 'scoreboard', 'cpu');
$graphs['drbd'] = array('disk_bits', 'network_bits', 'queue', 'unsynced');
$graphs['mysql'] = array('network_traffic', 'connections', 'command_counters', 'select_types');
$graph_array['height'] = "100";
$graph_array['width'] = "220";
$graph_array['to'] = $now;