livepeer / livepeer/docker-livepeer
Error: "open /etc/grafana/provisioning/plugins: no such file or directory"
Nobody has claimed this yet.
- Dominant language
- Shell
- Stars
- 2
- Forks
- 7
- PR merge metrics
- No merged PRs in 30d
Description
```
lvl=eror msg="Failed to read plugin provisioning files from directory" logger=provisioning.plugins path=/etc/grafana/provisioning/plugins error="open /etc/grafana/provisioning/plugins: no such file or directory"
```
Getting that command after running the example standalone command:
```
docker run --net=host --env LP_MODE=standalone --env LP_NODES=localhost:7935 livepeer/monitoring:latest
```
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 documented standalone command: docker run --net=host --env LP_MODE=standalone --env LP_NODES=localhost:7935 livepeer/monitoring:latest. Inspect how the image handles /etc/grafana/provisioning/plugins and verify that the standalone example no longer emits the missing-directory error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker, grafana
- Domain
- devops, observability
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100