Adding some values for match sources
This commit is contained in:
parent
4195adfa6e
commit
0fbffcc6d2
|
@ -169,6 +169,18 @@
|
|||
<param>['Node Exporter','Port']</param>
|
||||
</check>
|
||||
|
||||
<check name='valid_enum' target='alRouteMatchSource'>
|
||||
<param>['','service','severity']</param>
|
||||
</check>
|
||||
|
||||
<check name='valid_enum' target='alRouteMatchRegExpSource'>
|
||||
<param>['','service','severity']</param>
|
||||
</check>
|
||||
|
||||
<check name='valid_enum' target='alSubRouteMatchSource'>
|
||||
<param>['','service','severity']</param>
|
||||
</check>
|
||||
|
||||
<condition name='disabled_if_in' source='alSMTPAuth'>
|
||||
<param>non</param>
|
||||
<target type='variable'>alSMTPUser</target>
|
||||
|
|
Loading…
Reference in New Issue