This commit is contained in:
f0o
2015-10-03 16:14:23 +00:00
parent 81b4fbf221
commit 5fd1f59852

View File

@@ -206,8 +206,9 @@ function rrdtool($command, $filename, $options) {
function rrdtool_create($filename, $options) {
global $config;
if( $config['rrdcached'] && $config['rrdtool_version'] >= 1.5 ) {
$chk = rrdtool('info', $filename);
$chk = rrdtool('info', $filename, '');
if (!empty($chk[0])) {
return true;
}