change mempools graph

git-svn-id: http://www.observium.org/svn/observer/trunk@2499 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Adam Amstrong
2011-09-19 02:32:58 +00:00
parent 3817937a88
commit 6393784a80
2 changed files with 11 additions and 4 deletions

View File

@@ -5,6 +5,8 @@ function rrdtool_graph($graph_file, $options)
global $config, $debug;
if($debug) { echo("$options"); }
if ($config['rrdcached'])
{
$command = $config['rrdtool'] . " --daemon " . $config['rrdcached'] . " -";