mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Added Syslog, Eventlog and Globe Map widgets
This commit is contained in:
@@ -192,7 +192,9 @@ if ($config['enable_syslog']) {
|
||||
foreach (dbFetchRows($sql) as $entry) {
|
||||
$entry = array_merge($entry, device_by_id_cache($entry['device_id']));
|
||||
|
||||
unset($syslog_output);
|
||||
include 'includes/print-syslog.inc.php';
|
||||
echo $syslog_output;
|
||||
}
|
||||
|
||||
echo '</table>';
|
||||
|
Reference in New Issue
Block a user