dockprom
dockprom copied to clipboard
Docker hosts and containers monitoring with Prometheus, Grafana, cAdvisor, NodeExporter and AlertManager
update Grafana version to 9.0.7: https://github.com/grafana/grafana/releases/tag/v9.0.7
The PR adds [Grafana Loki](https://grafana.com/oss/loki/) that helps in collecting logs and reading them from Grafana. To make logs prettier I had to set the logging option for each container. Example...
update Grafana version to 9.0.6: https://github.com/grafana/grafana/releases/tag/v9.0.6
Hello everyone! Grafana displays "No Data" on panels in every dashboard like this: My stack: docker-compose.yml ```yml version: "3.8" services: my_app_api: image: my_app container_name: my_app_api env_file: - .env volumes: -...
When searching for "Docker Swarm Prometheus" your [swarmprom](https://github.com/stefanprodan/swarmprom) project is all over in the results, sad to see it archived. 1. Please remove "If you're looking for the Docker Swarm...
related to #148
Works as is. Simply do a "docker-compose up" and image rendering should work. However, the storage setting needs to be defined in grafana.ini as local or external storage like s3,...
Is there a solution to have infos with docker using dockremap user. Start docker containers in root mode are very unsafe.
Currently there is no mention there on how to configure it and what it does Regards