Skip to content
Snippets Groups Projects

6723 sudo

2 files
+ 14
12
Compare changes
  • Side-by-side
  • Inline

Files

+ 10
2
@@ -9,16 +9,22 @@ It switches the state in dependency of the HEALTH_* value.
* `ceph` binary and sudo permission on it to get the information
```txt
icingaclient ALL=(ALL) NOPASSWD: /bin/ceph
```
## Syntax
```txt
______________________________________________________________________
CHECK_CEPH_STATUS
v1.5
CHECK_CEPH_STATUS
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_status.html
______________________________________________________________________
Show ceph health status.
@@ -27,6 +33,8 @@ and is error of other HEALTH values than HEALTH_WARN or HEALTH_OK.
In the output is the complete output of the command "ceph status".
If degraded objects are found it shows the progress of repair process.
SYNTAX:
check_ceph_status
Loading