livepeer / livepeer/docker-livepeer

Grafana error: Could not find webhook url property in settings

Open
#84 0 comments 0 reactions 0 assignees View on GitHub

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.