shortDisplayName() . '::' . strtolower(makeshortif($port['ifDescr'])); if (($port['ifAlias'] != '') && ($port['ifAlias'] != $port['ifDescr'])) { $title .= ', ' . \LibreNMS\Util\Clean::html($port['ifAlias'], []); $graph_title .= '::' . \LibreNMS\Util\Clean::html($port['ifAlias'], []); } $auth = true; $rrd_filename = get_port_rrdfile_path($device['hostname'], $port['port_id']); }