Skip to content

Commit

Permalink
check_docker: make clear 'check_docker --memory' is alpha software
Browse files Browse the repository at this point in the history
Signed-off-by: Davide Madrisan <davide.madrisan@gmail.com>
  • Loading branch information
madrisan committed Aug 3, 2018
1 parent 71704e9 commit af19f0d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -25,7 +25,7 @@ Here is the list of the available plugins:
* **check_cpu** - checks the CPU (user mode) utilization
* **check_cpufreq** - displays the CPU frequency characteristics
* **check_cswch** - checks the total number of context switches across all CPUs
* **check_docker** - checks the number of running docker containers :new: (:warning: *under development*)
* **check_docker** - checks the number of running docker containers :new: (:warning: *alpha*)
* **check_fc** - monitors the status of the fiber status ports
* **check_ifmountfs** - checks whether the given filesystems are mounted
* **check_intr** - monitors the total number of system interrupts
Expand Down
2 changes: 1 addition & 1 deletion plugins/check_docker.c
Expand Up @@ -72,7 +72,7 @@ usage (FILE * out)
fputs
(" -i, --image IMAGE limit the investigation only to the containers "
"running IMAGE\n", out);
fputs (" -M, --memory return the runtime memory metrics\n", out);
fputs (" -M, --memory return the runtime memory metrics (alpha!)\n", out);
fputs (" -b,-k,-m,-g "
"show output in bytes, KB (the default), MB, or GB\n", out);
fputs (" -w, --warning COUNTER warning threshold\n", out);
Expand Down

0 comments on commit af19f0d

Please sign in to comment.