Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
icinga-checks
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
IML Open Source
icinga-checks
Merge requests
!192
6723 sudo
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
6723 sudo
6723-sudo
into
master
Overview
0
Commits
5
Pipelines
0
Changes
2
Merged
6723 sudo
Hahn Axel (hahn)
requested to merge
6723-sudo
into
master
Oct 20, 2023
Overview
0
Commits
5
Pipelines
0
Changes
2
0
0
Merge request reports
Viewing commit
98070025
Prev
Next
Show latest version
2 files
+
14
−
12
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
98070025
checph_status harden sudo command execution + docs
· 98070025
Hahn Axel (hahn)
authored
Oct 20, 2023
docs/20_Checks/check_ceph_status.md
+
10
−
2
View file @ 98070025
Edit in single-file editor
Open in Web IDE
Show full file
@@ -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