mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
rrdcached support (yarly!)
git-svn-id: http://www.observium.org/svn/observer/trunk@1291 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
@@ -56,8 +56,11 @@ if($_GET['debug']) {
|
||||
}
|
||||
|
||||
if($rrd_options) {
|
||||
if($_GET['debug']) { echo("<pre>".$config['rrdtool'] . " graph $graphfile $rrd_options\n\n"); }
|
||||
$thing = shell_exec($config['rrdtool'] . " graph $graphfile $rrd_options");
|
||||
|
||||
if($config['rrdcached']) { $rrd_switches = " --daemon ".$config['rrdcached'] . " "; }
|
||||
$rrd_cmd = $config['rrdtool'] . " graph $graphfile $rrd_options" . $rrd_switches;
|
||||
$woo = shell_exec($rrd_cmd);
|
||||
if($_GET['debug']) { echo("<pre>".$rrd_cmd."</pre>"); }
|
||||
# $thing = popen($config['rrdtool'] . " -",'w');
|
||||
# fputs($thing, "graph $graphfile $rrd_options");
|
||||
# pclose($thing);
|
||||
|
||||
Reference in New Issue
Block a user