Skip to content
Snippets Groups Projects
Commit fdeea247 authored by Hahn Axel (hahn)'s avatar Hahn Axel (hahn)
Browse files

update doc page for netstat

parent 1cac01a9
No related branches found
No related tags found
1 merge request!1336468 docs and harmonize
...@@ -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.
``` ```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment