mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Minor fix and tweak for graylog integration (#15455)
* Minor fix and tweak for graylog integration * More flexible in other use cases * fix again?
This commit is contained in:
@@ -29,6 +29,7 @@ $tmp_output = '
|
||||
<thead>
|
||||
<tr>
|
||||
<th data-column-id="severity" data-sortable="false"></th>
|
||||
<th data-column-id="origin">Origin</th>
|
||||
<th data-column-id="timestamp" data-formatter="browserTime">Timestamp</th>
|
||||
<th data-column-id="level">Level</th>
|
||||
<th data-column-id="source">Source</th>
|
||||
|
@@ -57,7 +57,7 @@ if (\LibreNMS\Config::get('enable_syslog') == 1) {
|
||||
}
|
||||
}
|
||||
|
||||
if (\LibreNMS\Config::get('graylog.port')) {
|
||||
if (\LibreNMS\Config::get('graylog.server')) {
|
||||
echo ' | ';
|
||||
if ($vars['section'] == 'graylog') {
|
||||
echo '<span class="pagemenu-selected">';
|
||||
|
Reference in New Issue
Block a user