diff --git a/includes/html/graphs/application/nfS_client_rpc_info.inc.php b/includes/html/graphs/application/nfS_client_rpc_info.inc.php deleted file mode 100644 index 4ac0e7c582..0000000000 --- a/includes/html/graphs/application/nfS_client_rpc_info.inc.php +++ /dev/null @@ -1,40 +0,0 @@ - $descr) { - $filename = $filename = Rrd::name($device['hostname'], ['app', $name, $app->app_id, $stat]); - if (Rrd::checkRrdExists($filename)) { - $rrd_list[] = [ - 'filename' => $filename, - 'descr' => $descr, - 'ds' => 'data', - ]; - } -} - -$rrd_filename = Rrd::name($device['hostname'], ['app', $name, $app->app_id]); - -require 'includes/html/graphs/generic_multi_line.inc.php';