. * * @link https://www.librenms.org * * @copyright 2016 Tony Murray * @author Tony Murray */ $no_refresh = true; $pagetitle[] = 'Capture'; if (! Auth::user()->hasGlobalAdmin()) { print_error('Insufficient Privileges'); } else { ?>

Capture Debug Information

'ajax_output.php?id=capture&format=text&type=discovery&hostname=' . $device['hostname'], 'poller' => 'ajax_output.php?id=capture&format=text&type=poller&hostname=' . $device['hostname'], 'snmp' => 'ajax_output.php?id=capture&format=text&type=snmpwalk&hostname=' . $device['hostname'], 'alerts' => 'ajax_output.php?id=query&format=text&type=alerts&hostname=' . $device['hostname'], ]; foreach ($tabs as $tab => $url) { ?>
'; }