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

update docs

parent 08b52234
No related branches found
No related tags found
1 merge request!405731 simplify cronjob check
......@@ -22,7 +22,7 @@ If there are processes with status D they will be shown (to analyze cpu waits).
## Syntax
``$ check_NAME [-c CRITICAL] [-w WARING] [-i CRITICAL_IO]``
``$ check_cpu [-c CRITICAL] [-w WARING] [-i CRITICAL_IO]``
### Parameters
......
# Check Cronstatus
## Introduction
Show status of all Cronjobs using Axels Cronwrapper
https://github.com/axelhahn/cronwrapper
The last run of each job is verified to these conditions:
* exitcode was 0
* last run is younger than given TTL
## Syntax
`$ check_cronstatus [-h] [SCRIPT]`
### Parameters
```text
OPTIONS:
-h or --help show this help.
PARAMETERS:
SCRIPT optional: custom status script
default: /opt/cronwrapper/cronstatus.sh
```
## Examples
`check_cronstatus`
The Check of cronjobs with the default loction does not require any parameter
`check_cronstatus /usr/share/cronwrapper/cronstatus.sh`
The Check of cronjobs with custom loction.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment