Skip to content
Snippets Groups Projects

5419 update check packages2install

Merged Hahn Axel (hahn) requested to merge 5419-update-check-packages2install into master
4 files
+ 48
66
Compare changes
  • Side-by-side
  • Inline

Files

+ 5
11
# IML Checks for Icinga / Nagios
# check CPU
[Home](readme.md)
---
## check CPU
### Introduction
## Introduction
**check_cpu** is a plugin to check cpu usage and cpu io wait.
It reads cpu data from output of top command and shows
@@ -26,11 +20,11 @@ For all values it sends performance data.
If there are processes with status D they will be shown (to analyze cpu waits).
### Syntax
## Syntax
``$ check_NAME [-c CRITICAL] [-w WARING] [-i CRITICAL_IO]``
#### Parameters
### Parameters
```text
-w VALUE cpu usage warning level (default: 75)
@@ -42,7 +36,7 @@ If there are processes with status D they will be shown (to analyze cpu waits).
```
# Examples
## Examples
``check_cpu -w 60 -c 80 -i 40``
check cpu usage.
Loading