×
Back to Opsview FAQ
Enable Opspack imports using the UI
Importing Opspacks using the UI is disabled by default. This article walks you through enabling Opspack imports through the UI.
Prerequisites Copied
- None
Process Copied
- Log into the orchestrator as
root. - Open your user_vars.yml file (
/opt/opsview/deploy/etc/user_vars.yml) in your preferred text editor. - Locate the variable
opsview_allow_plugin_uploadand set it toTrue:
opsview_allow_plugin_upload: True
If this variable is not defined, add the above line to the end of your user_vars.yml file.
- Run the
orchestrator-install.ymlplaybook usingopsview-deployto apply the new Opspack import setting:
/opt/opsview/deploy/bin/opsview-deploy /opt/opsview/deploy/lib/playbooks/orchestrator-install.yml
You should now be able to import Opspacks using the UI.
["Geneos"]
["Opsview > Integrations"]
["FAQ"]