Checkers list

The table lists the available review checkers. Each of them is responsible for analyzing the daemon configuration to detect a particular issue. The table contains the checker states @if (minimal) { and names. } @else { , names, descriptions, selectors, and triggers. }

The state indicates whether the checker is enabled or disabled. @if (allowInheritState) { The state may also be inherited from the global settings. In this case, the actual state is presented in brackets. } The state changes must be confirmed by clicking the Submit button.

@if (!minimal) {

The selectors define the daemon groups where the specific configuration checker runs.

The triggers designate the condition that fires the checker (e.g. when a configuration or host reservation change has been detected, manually, etc.).

}
State Name Description Selectors Triggers {{ checker.name }}

{{ getCheckerDescription(checker.name) }}

@for (selector of checker.selectors; track selector) { }
@for (trigger of checker.triggers; track trigger) { }
There are no checkers enabled.
@if (minimal) { }