From 31c24ac663ab20609af8f4fbf473260b8b167304 Mon Sep 17 00:00:00 2001 From: paigehargrave Date: Thu, 21 Feb 2019 14:46:05 -0500 Subject: [PATCH] This release not impacted - removing changes --- .../ucp/2.2/guides/admin/monitor-and-troubleshoot/index.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/datacenter/ucp/2.2/guides/admin/monitor-and-troubleshoot/index.md b/datacenter/ucp/2.2/guides/admin/monitor-and-troubleshoot/index.md index 1e270638e3..e8e600ed38 100644 --- a/datacenter/ucp/2.2/guides/admin/monitor-and-troubleshoot/index.md +++ b/datacenter/ucp/2.2/guides/admin/monitor-and-troubleshoot/index.md @@ -63,12 +63,6 @@ might be serving your request. Make sure you're connecting directly to the 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 * [Troubleshoot with logs](troubleshoot-with-logs.md)