Back to Opsview FAQ

Internal documentation only

This page has been marked as draft.

Newly Setup Collectors Fail to Establish Connectivity in 6.10.1+

Symptoms Copied

Opsview - Newly Setup Collectors Fail to Establish Connectivity in 6.10.1+

Cause: missing RabbitMQ user/users on the orchestrator Copied

Known Issue OP-70284

the new cluster user does NOT exist on orchestrator MQ, but only in the user_secrets file (Deploy behavior change)

Solution: Run the MQ install playbook Copied

Make sure to run the below and that should fix your issue, BUT before you run it you need to hard code your user_vars.yml file to tell it not to update to any higher version as opsview will always search for new packages if not locked onto its version.

vim /opt/opsview/deploy/etc/user_vars.yml

and then add the below: opsview_repository_min_version: 6.10.1.202408161522 opsview_repository_version: 6.10.1.202408161522

save and quit, then run the below:

/opt/opsview/deploy# ./bin/opsview-deploy -l opsview_messagequeue lib/playbooks/messagequeue-install.yml

["Geneos"] ["FAQ"]

Was this topic helpful?