Reclass

Reclass

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.


ReclassUnstagedChanges

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
  • If the alert is unexpected, reset the model to the remote HEAD.
  • If the alert is expected, add the changes using git add.
Tuning Not required

ReclassStagedChanges

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
  • If the alert is unexpected, reset the model to the remote HEAD.
  • If the alert is expected, commit the changes using git commit.
Tuning Not required

ReclassRemoteDesync

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
  • If the alert is unexpected, reset the model to the remote HEAD.
  • If the alert is expected, push the changes using git push.
Tuning Not required