Skip to content
Snippets Groups Projects

6723 sudo

Merged Hahn Axel (hahn) requested to merge 6723-sudo into master
2 files
+ 17
16
Compare changes
  • Side-by-side
  • Inline

Files

+ 14
14
@@ -18,35 +18,35 @@ icingaclient ALL=(ALL) NOPASSWD: /bin/ceph
```txt
______________________________________________________________________
CHECK_CEPH_IO
v1.5
CHECK_CEPH_OSD
v1.7
(c) Institute for Medical Education - University of Bern
Licence: GNU GPL 3
https://os-docs.iml.unibe.ch/icinga-checks/Checks/check_ceph_io.html
https://os-docs.iml.unibe.ch/icinga-checks/Checks/check_ceph_osd.html
______________________________________________________________________
Show cheph IO as read and written bytes per second.
Show cheph osd status: how many OSDs exist and how many are up/ down.
This check sends performance data.
On your cluster you might want to increase the values for warning and
critical level.
SYNTAX:
check_ceph_io
check_ceph_osd [-w WARN_LIMIT] [-c CRITICAL_LIMIT]
OPTIONS:
-h or --help show this help.
-t [STRING] test a value; for debugging purposes
Without a string internally stored values will be tested
-w VALUE warning level (default: 1)
-c VALUE critical level (default: 2)
EXAMPLE:
check_ceph_io
no parameters; normal usage to get the ceph io data
check_ceph_io -t
Run a few builtin tests
check_ceph_osd
no parameters; normal usage to get the ceph osd status
check_ceph_io -t " client: 255 B/s rd, 0 op/s rd, 0 op/s wr"
Test a given string
check_ceph_osd -c 10
change to critical level if 10 osds are down.
```
Loading