diff --git a/check_docker_stats b/check_docker_stats index 3c5d60dc2339e1c78871862e8482c8d71f0a220f..4ebe86cdcb005394f23139cd173ab3a1a09008d2 100755 --- a/check_docker_stats +++ b/check_docker_stats @@ -77,7 +77,7 @@ EXAMPLES: given path first - then in all other dirs of \$PATH $_self -d - Show stats of all containers and json with all docker system infos. + Show stats of all containers and json with docker env infos. $_self -m cpu Show cpu usage total of all containers. The container list is sorted diff --git a/check_dockercontainer_top b/check_dockercontainer_top index 7d8179e8d2a668885f1336f4e200284e42a51580..a4a4fe39ab5c68b4fc6fc155b9822e9615617615 100755 --- a/check_dockercontainer_top +++ b/check_dockercontainer_top @@ -64,20 +64,12 @@ EXAMPLES: $_self Show processes of all containers - $_self -c - Show processes of all containers and a list of container names with its - status. Warning: this feature uses docker ps --all and can be slow. - - $_self -e - Show processes of all containers. If not all containers are running you - get a list of container names with its status. - $_self -p /usr/bin Show processes of all containers. The docker binary will be searched in given path first - then in all other dirs of \$PATH $_self -d - Show processes of all containers and json with all docker system infos. + Show processes of all containers and json with docker env infos. EOH }