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
Hahn Axel (hahn)
requested to merge
6723-sudo
into
master
1 year ago
Overview
0
Commits
5
Pipelines
0
Changes
2
0
0
Merge request reports
Viewing commit
f62ac072
Prev
Next
Show latest version
2 files
+
17
−
16
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
f62ac072
check_cepho_osd harden su command execution
· f62ac072
Hahn Axel (hahn)
authored
1 year ago
docs/20_Checks/check_ceph_io.md
+
14
−
14
View file @ f62ac072
Edit in single-file editor
Open in Web IDE
Show full file
@@ -18,35 +18,35 @@ icingaclient ALL=(ALL) NOPASSWD: /bin/ceph
```
txt
______________________________________________________________________
CHECK_CEPH_
I
O
v1.
5
CHECK_CEPH_O
SD
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_
i
o.html
https://os-docs.iml.unibe.ch/icinga-checks/Checks/check_ceph_o
sd
.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_
i
o
check_ceph_o
sd [-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