Update index.md

This commit is contained in:
paigehargrave 2019-02-15 07:32:24 -05:00 committed by GitHub
parent 52dda0bd00
commit 68fb45b34a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -65,6 +65,10 @@ If you're accessing this endpoint through a load balancer, you have no way to
know which UCP manager node is not healthy. So make sure you make a request
directly to each manager node.
## Monitoring disk usage
Web UI disk usage metrics, including free space, only reflect the Docker managed portion of the filesystem: `/var/lib/docker`. To monitor the total space available on each filesystem of a UCP worker or manager, you must deploy a monitoring solution, such as Prometheus Node Exporter.
## Where to go next
* [Troubleshoot your cluster](troubleshoot.md)