Note
This feature is available starting from the MCP 2019.2.9 maintenance update. Before using the feature, follow the steps described in Apply maintenance updates.
This section describes the Reclass modifications alerts.
Severity | Warning |
---|---|
Summary | {{ $labels.value }} files under the {{ $labels.directory }}
directory have been modified without being committed. |
Raise condition | reclass_files_unstaged_changes > 0 |
Description | Raises when the Reclass model has been modified but the local changes have not been added to a potential Git commit. |
Troubleshooting |
|
Tuning | Not required |
Severity | Warning |
---|---|
Summary | {{ $labels.value }} files under the {{ $labels.directory }}
directory have diverged from the expected local state. |
Raise condition | reclass_files_staged_changes > 0 |
Description | Raises when the local changes in the Reclass model have been added to a Git commit but not committed yet. |
Troubleshooting |
|
Tuning | Not required |
Severity | Warning |
---|---|
Summary | {{ $labels.value }} local files under the
{{ $labels.directory }} directory have diverged from the expected
remote state. |
Raise condition | reclass_remote_desync > 0 |
Description | Raises when the local and remote configurations in the Reclass model have diverged, meaning that the local history has changed. |
Troubleshooting |
|
Tuning | Not required |