Update index.md

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

View File

@ -64,6 +64,10 @@ URL of a manager node, and not a load balancer. In addition, pinging the
endpoint with a `HEAD` results in a 404 error code. Use a `GET` request instead.
## 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