fix: Changed is_file to rrdtool_check_rrd_exists in php-fpm and squid applications graphs. (#8152)

* changed is_file to rrdtool_check_rrd_exists

* changed is_file to rrdtool_check_rrd_exists

* changed is_file to rrdtool_check_rrd_exists

* changed is_file to rrdtool_check_rrd_exists

* changed is_file to rrdtool_check_rrd_exists
This commit is contained in:
Leandro Maciel
2018-01-26 18:52:52 -02:00
committed by Neil Lathwood
parent 881e0fe4c1
commit e95308208f
15 changed files with 15 additions and 15 deletions

View File

@@ -14,7 +14,7 @@ $transparency = 15;
$rrd_filename = rrd_name($device['hostname'], array('app', $name, $app_id));
if (is_file($rrd_filename)) {
if (rrdtool_check_rrd_exists($rrd_filename)) {
$rrd_list = array(
array(
'filename' => $rrd_filename,