livepeer / livepeer/docker-livepeer
Grafana error: Could not find webhook url property in settings
Nobody has claimed this yet.
- Dominant language
- Shell
- Stars
- 2
- Forks
- 7
- PR merge metrics
- No merged PRs in 30d
Description
Fails to start Grafana with the following error:
```
service init failed: Alert notification provisioning error: alert validation error: Could not find webhook url property in settings
```
My docker-compose config:
```yaml
services:
livepool_monitor:
container_name: livepool_monitor
image: livepeer/monitoring:latest
#network_mode: host
ports:
- '9191:9090'
- '3001:3000'
environment:
LP_MODE: 'standalone'
LP_NODES: '127.0.0.1:7935'
LP_PROMETHEUS_ENDPOINT: 'http://localhost:9191'
volumes:
- ./livepool_monitoring/log:/var/log/grafana
- ./livepool_monitoring/data:/data
- ./livepool_monitoring/data/plugins:/etc/grafana/provisioning/plugins # hack to pass issue #83
```
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the failure with the provided docker-compose configuration and the livepeer/monitoring:latest image. Inspect Grafana's alert notification provisioning and the mounted /etc/grafana/provisioning/plugins path; done means the container starts without the webhook URL validation error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker-compose, grafana
- Domain
- devops, observability
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100