Reputation: 3
I installed Grafana and Grafana OnCall on my Server via docker compose.
But now when i try connecting the local OnCall with the Grafana-Cloud OnCall i just get the error 'Invalid Token', the docker logs
also doesn't show anything interesting.
I am using the default docker-compose.yaml from the github repo. I tried setting 'GRAFANA_CLOUD_ONCALL_API_URL' as env for OnCall but it's still not working and not showing up in the Settings page. Does anybody know how to fix this?
Upvotes: 0
Views: 835
Reputation: 21
To connect your Grafana On-Call OSS instance to Grafana Cloud On-Call, you'll need to generate an API token in Grafana Cloud OnCall and configure it in your Grafana On-Call OSS instance.
1. Obtain API Token:
Configure Grafana On-Call OSS:
Important Notes:
Be Careful with OnCall plugin version:
By following these steps, you should be able to successfully connect your Grafana On-Call OSS instance to Grafana Cloud On-Call and leverage its additional features.
Upvotes: 1
Reputation: 3
I got it working.
The trick is to add GRAFANA_CLOUD_ONCALL_API_URL
as env for Grafana.
And also not as full URL only 'https://oncall-prod-eu-west-0.grafana.net/oncall' is needed.
Upvotes: 0