mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Fix check rrd file exists with remote rrdcached (#14690)
This commit is contained in:
@@ -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';
|
||||
|
Reference in New Issue
Block a user