mirror of
https://github.com/prymitive/karma
synced 2026-05-09 03:36:44 +00:00
Document @inhibited filter
This commit is contained in:
@@ -149,6 +149,26 @@
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td id="help-inhibited">
|
||||
<code>@inhibited=(true false)</code>
|
||||
</td>
|
||||
<td>
|
||||
<p>Match alerts based on inhibition status.</p>
|
||||
<table class="table examples">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="label label-info">@inhibited=true</span></td>
|
||||
<td>Match only inhibited alerts.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="label label-info">@inhibited=false</span></td>
|
||||
<td>Match only non-inhibited alerts.</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td id="help-silence_author">
|
||||
<code>@silence_author(= != =~ !~)$value</code>
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user