Clarify doc and webui for ignore tag on devices, ports, components and services (#11016)

This commit is contained in:
louis-oui
2020-01-09 23:55:09 +01:00
committed by Kevin Krumm
parent c03c281b6c
commit 063145ebf8
7 changed files with 15 additions and 11 deletions

View File

@@ -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>

View File

@@ -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

View File

@@ -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>