Hi guys,
i use grafana 9.4.7 on docker system on my nas and for some time i trying to set a new dashboard on grafana that monitoring my qbittorrent. I installed qbittorrent-exporter by caseyscarborough and i followed all the instruction but without succeeding. I installed everything with docker compose without problems, i set my exporter ip and port in prometheus and connected with qbittorrent on his file config and i set in the item source of grafana menù adding the ip and port of my exporter. Where am i wrong? I don’t know if I explained myself well.
Any help is appreciated.
This is my exporter code:
environment:
- QBITTORRENT_USERNAME=****
- QBITTORRENT_PASSWORD=*****
- EXPORTER_PORT=8181
- QBITTORRENT_BASE_URL=http://nas ip:por of qbittorrent
- QBITTORRENT_PROTOCOL=http
- METRICS_PREFIX=qbittorrent
ports:
- ‘17871:17871’