perf; if ($perf->isNotEmpty()) { $perf_url = Url('device') . '/device=' . DeviceCache::getPrimary()->device_id . '/tab=graphs/group=poller/'; echo '
'; $graph = \App\Http\Controllers\Device\Tabs\OverviewController::setGraphWidth([ 'device' => DeviceCache::getPrimary()->device_id, 'type' => 'device_ping_perf', 'from' => \LibreNMS\Config::get('time.day'), 'legend' => 'yes', 'popup_title' => DeviceCache::getPrimary()->hostname . ' - Ping Response', ]); echo \LibreNMS\Util\Url::graphPopup($graph, \LibreNMS\Util\Url::lazyGraphTag($graph), $perf_url); echo ' |