stefanprodan / swarmprom

Docker Swarm instrumentation with Prometheus, Grafana, cAdvisor, Node Exporter and Alert Manager
MIT License
1.87k stars 733 forks source link

swarm_node.rules.yml: no such file or directory #135

Closed eltonk closed 3 years ago

eltonk commented 3 years ago

I'm trying to run the docker-compose file, but I'm facing the following issue: `root@swarm-node01:~/swarmprom# ADMIN_USER=admin \

ADMIN_PASSWORD=scurepassword \ SLACK_URL=https://hooks.slack.com/services/RIGHTTOKENHERE \ SLACK_CHANNEL=devops-alerts \ SLACK_USER=alertmanager \ docker stack deploy -c swarmprom-compose.yml swarmprom open /root/swarmprom/prometheus/rules/swarm_node.rules.yml: no such file or directory`

Docker version: docker -v Docker version 19.03.13, build 4484c46d9d

Any idea how to solve this?

Thanks