Back to Opsview FAQ

METRIC UNKNOWN - RegistryError ... Insufficient credentials

Symptoms Copied

Cause: Incorrect registry password Copied

Known issue: OP-42928 - this has been fixed in Opsview 6.12.1

The setup-monitoring.yml playbook sets the registry password in the file relevant file to the default value of opsview despite this not necessarily being the correct registry password.

/opt/opsview/monitoringscripts/etc/plugins/self-monitoring/orchestrator.yaml

Solution Copied

Either upgrade to version 6.12.1+, or do as follows:

/opt/opsview/monitoringscripts/etc/plugins/self-monitoring/orchestrator.yaml

For version 6.9.0 you may need to do the below: as an apply change reverts the changes when done on the above file

sed -i 's/password: opsview/password: '`cat /opt/opsview/deploy/etc/user_secrets.yml | grep opsview_registry_password | awk '{print $2}'`'/g' /opt/opsview/monitoringscripts/builtin/etc/plugins/self-monitoring/orchestrator.yaml

Important Requirement:

- Please now Apply Changes to push out the change to the relevant file.

["Geneos"] ["FAQ"]

Was this topic helpful?