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
fdeea247
Commit
fdeea247
authored
1 year ago
by
Hahn Axel (hahn)
Browse files
Options
Downloads
Patches
Plain Diff
update doc page for netstat
parent
1cac01a9
No related branches found
No related tags found
1 merge request
!133
6468 docs and harmonize
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/20_Checks/check_netstat.md
+12
-8
12 additions, 8 deletions
docs/20_Checks/check_netstat.md
with
12 additions
and
8 deletions
docs/20_Checks/check_netstat.md
+
12
−
8
View file @
fdeea247
...
@@ -10,11 +10,13 @@ Count number of network connections.
...
@@ -10,11 +10,13 @@ Count number of network connections.
> ./check_netstat -h
> ./check_netstat -h
______________________________________________________________________
______________________________________________________________________
CHECK_NETSTAT
CHECK_NETSTAT
v1.
1
v1.
2
(c) Institute for Medical Education - University of Bern
(c) Institute for Medical Education - University of Bern
Licence: GNU GPL 3
Licence: GNU GPL 3
https://os-docs.iml.unibe.ch/icinga-checks/Checks/check_netstat.html
______________________________________________________________________
______________________________________________________________________
Count number of network connections.
Count number of network connections.
...
@@ -22,18 +24,20 @@ Count number of network connections.
...
@@ -22,18 +24,20 @@ Count number of network connections.
SYNTAX:
SYNTAX:
check_netstat [ -w value -c value -h ]
check_netstat [ -w value -c value -h ]
-w VALUE
cpu usage
warning level
(default: 75)
-w VALUE warning level
for connectios total
-c VALUE
cpu usage
critical level
(default: 90)
-c VALUE critical level
-h or --help show this help.
-h or --help show this help.
PARAMETERS:
PARAMETERS:
None.
None.
EXAMPLE:
EXAMPLES:
check_netstat -w 60 -c 80 -p 40
check_netstat Show count of current connections
If there is no -w and -c then the result is always OK.
If there is no -w and -c then the result is always OK.
check_netstat -w 400 -c 500
Show count of connections incl. limits for warning
and critical.
```
```
...
...
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