mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-28 08:02:41 +02: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