app_id, 'resources']); $array = [ 'changed', 'corrective_change', 'failed', 'failed_to_restart', 'out_of_sync', 'restarted', 'scheduled', 'skipped', 'total', ]; if (Rrd::checkRrdExists($rrd_filename)) { foreach ($array as $ds) { $rrd_list[] = [ 'filename' => $rrd_filename, 'descr' => $ds, 'ds' => $ds, ]; } } else { echo "file missing: $file"; } require 'includes/html/graphs/generic_multi_line_exact_numbers.inc.php';