mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-28 00:24:21 +02:00
Added Syslog, Eventlog and Globe Map widgets
This commit is contained in:
@@ -89,7 +89,9 @@ echo "
|
||||
$sql = "SELECT *, DATE_FORMAT(timestamp, '".$config['dateformat']['mysql']['compact']."') AS date from syslog ORDER BY timestamp DESC LIMIT 20";
|
||||
echo '<table cellspacing=0 cellpadding=2 width=100%>';
|
||||
foreach (dbFetchRows($sql) as $entry) {
|
||||
unset($syslog_output);
|
||||
include 'includes/print-syslog.inc.php';
|
||||
echo $syslog_output;
|
||||
}
|
||||
|
||||
echo '</table>';
|
||||
|
||||
Reference in New Issue
Block a user