mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Clarify doc and webui for ignore tag on devices, ports, components and services (#11016)
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
<th data-column-id='label'>Label</th>
|
||||
<th data-column-id='status'>Status</th>
|
||||
<th data-column-id='disable' data-sortable='false'>Disable</th>
|
||||
<th data-column-id='ignore' data-sortable='false'>Ignore</th>
|
||||
<th data-column-id='ignore' data-sortable='false'>Ignore alert tag</th>
|
||||
</tr>
|
||||
</thead>
|
||||
</table>
|
||||
|
@@ -258,7 +258,9 @@ $disable_notify = get_dev_attrib($device, 'disable_notify');
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label for="ignore" class="col-sm-2 control-label" title="help">Ignore alert tag:</label>
|
||||
<label for="ignore" class="col-sm-2 control-label" title="Tag device to ignore alerts. Alert checks will still run.
|
||||
However, ignore tag can be read in alert rules.
|
||||
If `devices.ignore = 0` or `macros.device = 1` condition is is set and ignore alert tag is on, the alert rule won't match.">Ignore alert tag:</label>
|
||||
<div class="col-sm-6">
|
||||
<input name="ignore" type="checkbox" id="ignore" value="1" data-size="small"
|
||||
<?php
|
||||
|
@@ -16,7 +16,7 @@
|
||||
<th data-column-id='ifAdminStatus'>Admin</th>
|
||||
<th data-column-id='ifOperStatus'>Oper</th>
|
||||
<th data-column-id='disabled' data-sortable='false'>Disable polling</th>
|
||||
<th data-column-id='ignore' data-sortable='false'>Ignore alerts</th>
|
||||
<th data-column-id='ignore' data-sortable='false'>Ignore alert tag</th>
|
||||
<th data-column-id='ifSpeed'>ifSpeed (bits/s)</th>
|
||||
<th data-column-id='port_tune' data-sortable='false' data-searchable='false'>RRD Tune</th>
|
||||
<th data-column-id='ifAlias'>Description</th>
|
||||
|
Reference in New Issue
Block a user