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
63f6aef1
Commit
63f6aef1
authored
10 months ago
by
Hahn Axel (hahn)
Browse files
Options
Downloads
Patches
Plain Diff
proc_zombie: add doc
parent
82079d03
No related branches found
No related tags found
1 merge request
!269
Update docs
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
check_proc_zombie
+0
-4
0 additions, 4 deletions
check_proc_zombie
docs/20_Checks/check_proc_zombie.md
+62
-0
62 additions, 0 deletions
docs/20_Checks/check_proc_zombie.md
with
62 additions
and
4 deletions
check_proc_zombie
+
0
−
4
View file @
63f6aef1
...
...
@@ -26,10 +26,6 @@ SYNTAX:
check_proc_zombie [-h] [-w WARNLIMIT] [-c CRITICALLIMIT]
-h this help
-w Warning level
-c Critical level
OPTIONS:
-h, --help
...
...
This diff is collapsed.
Click to expand it.
docs/20_Checks/check_proc_zombie.md
0 → 100644
+
62
−
0
View file @
63f6aef1
# Check_proc_zombie
## Introduction
**check_proc_zombie**
is a plugin to show the count of zombie processes.
It sends performance data.
## Requirements
*
`ps`
*
`top`
## Syntax
```
txt
$ check_proc_zombie -h
______________________________________________________________________
CHECK_PROC_ZOMBIE
v1.2
(c) Institute for Medical Education - University of Bern
Licence: GNU GPL 3
https://os-docs.iml.unibe.ch/icinga-checks/Checks/check_proc_zombie.html
______________________________________________________________________
SYNTAX:
check_proc_zombie [-h] [-w WARNLIMIT] [-c CRITICALLIMIT]
OPTIONS:
-h, --help
show help
-c, --critical VALUE
critical value; default: 10
-w. --warning VALUE
warning limit value; default: 1
EXAMPLE:
check_proc_zombie -w 3 -c 15
Show count of zombie processes mark as critical when there are 15 or
more zombie processes and warn on 3 or more.
```
### Parameters
(none)
## Examples
`$ check_ceph_diskfree`
returns
```
txt
OK: 0 ZOMBIE-Processes (total: 392 - running: 2 - sleeping: 390 - stopped: 0)
|proc-zombie=0;1;10;0
```
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