Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
icinga-checks
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
IML Open Source
icinga-checks
Commits
15bbd1bf
Commit
15bbd1bf
authored
1 year ago
by
Hahn Axel (hahn)
Browse files
Options
Downloads
Patches
Plain Diff
update help
parent
7fcd5f2d
No related branches found
No related tags found
1 merge request
!241
Docker checks
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
check_docker_stats
+1
-1
1 addition, 1 deletion
check_docker_stats
check_dockercontainer_top
+1
-9
1 addition, 9 deletions
check_dockercontainer_top
with
2 additions
and
10 deletions
check_docker_stats
+
1
−
1
View file @
15bbd1bf
...
@@ -77,7 +77,7 @@ EXAMPLES:
...
@@ -77,7 +77,7 @@ EXAMPLES:
given path first - then in all other dirs of
\$
PATH
given path first - then in all other dirs of
\$
PATH
$_self
-d
$_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
$_self
-m cpu
Show cpu usage total of all containers. The container list is sorted
Show cpu usage total of all containers. The container list is sorted
...
...
This diff is collapsed.
Click to expand it.
check_dockercontainer_top
+
1
−
9
View file @
15bbd1bf
...
@@ -64,20 +64,12 @@ EXAMPLES:
...
@@ -64,20 +64,12 @@ EXAMPLES:
$_self
$_self
Show processes of all containers
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
$_self
-p /usr/bin
Show processes of all containers. The docker binary will be searched in
Show processes of all containers. The docker binary will be searched in
given path first - then in all other dirs of
\$
PATH
given path first - then in all other dirs of
\$
PATH
$_self
-d
$_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
EOH
}
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment