Fix check rrd file exists with remote rrdcached (#14690)

This commit is contained in:
Garcia MICHEL
2022-12-01 15:20:49 +01:00
committed by GitHub
parent 0ef39344fd
commit 49abee3722

View File

@@ -72,7 +72,7 @@ if ($if_list) {
echo '<br />';
if (file_exists(get_port_rrdfile_path($port['hostname'], $port['port_id']))) {
if (Rrd::checkRrdExists(get_port_rrdfile_path($port['hostname'], $port['port_id']))) {
$graph_type = 'port_bits';
include 'includes/html/print-interface-graphs.inc.php';