Fix broken links axibase/atsd-use-cases

This commit is contained in:
Julien Bisconti 2018-06-09 23:14:24 +02:00
parent 8e6ce2ab0c
commit 7e1e70ef7c

View File

@ -176,7 +176,7 @@ _Source:_ [What is Docker](https://www.docker.com/what-docker)
### Monitoring
- [Axibase Collector](https://github.com/axibase/atsd-use-cases/tree/master/Solutions/docker) - Axibase Collector streams performance counters, configuration changes and lifecycle events from the Docker engine(s) into Axibase Time Series Database for roll-up dashboards and integration with upstream monitoring systems.
- [Axibase Collector](https://github.com/axibase/atsd-use-cases/tree/master/how-to/docker) - Axibase Collector streams performance counters, configuration changes and lifecycle events from the Docker engine(s) into Axibase Time Series Database for roll-up dashboards and integration with upstream monitoring systems.
- [cAdvisor](https://github.com/google/cadvisor) - Analyzes resource usage and performance characteristics of running containers. Created by [@Google][google]
- [Docker-Alertd](https://github.com/deltaskelta/docker-alertd) - Monitor and send alerts based on docker container resource usage/statistics
- [Docker-Flow-Monitor](https://github.com/docker-flow/docker-flow-monitor) - Reconfigures Prometheus when a new service is updated or deployed automatically by [@vfarcic][vfarcic]