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

Merge branch 'eol_php83' into 'master'

ceph io: fix output of help text

See merge request !207
parents aabf53de 69a88eae
No related branches found
No related tags found
1 merge request!207ceph io: fix output of help text
...@@ -18,35 +18,40 @@ icingaclient ALL=(ALL) NOPASSWD: /bin/ceph ...@@ -18,35 +18,40 @@ icingaclient ALL=(ALL) NOPASSWD: /bin/ceph
```txt ```txt
______________________________________________________________________ ______________________________________________________________________
CHECK_CEPH_OSD CHECK_DISK-IO
v1.7 v1.1
(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_ceph_osd.html https://os-docs.iml.unibe.ch/icinga-checks/Checks/check_disk-io.html
______________________________________________________________________ ______________________________________________________________________
Show cheph osd status: how many OSDs exist and how many are up/ down. Disk infos based on /sys/block/[NAME]/stat
This check sends performance data. See https://www.kernel.org/doc/Documentation/block/stat.txt
and https://www.kernel.org/doc/Documentation/iostats.txt
On your cluster you might want to increase the values for warning and The system data are counters that are difficult to read.
critical level. The output of this check for each value a delta value per second since
last check.
SYNTAX: SYNTAX:
check_ceph_osd [-w WARN_LIMIT] [-c CRITICAL_LIMIT] check_disk-io -m MODE
OPTIONS: OPTIONS:
-m MODE set mode for type of output (required)
-h or --help show this help. -h or --help show this help.
-w VALUE warning level (default: 1)
-c VALUE critical level (default: 2)
EXAMPLE: PARAMETERS:
check_ceph_osd
no parameters; normal usage to get the ceph osd status
check_ceph_osd -c 10 MODE
change to critical level if 10 osds are down. io read I/Os, write I/Os, discard I/0s
ticks read ticks, write ticks, discard ticks
wait total wait time for all requests
EXAMPLE:
check_disk-io -m io
``` ```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment