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
!208
ceph io fix help text
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
ceph io fix help text
eol_php83
into
master
Overview
0
Commits
1
Pipelines
0
Changes
1
Merged
Hahn Axel (hahn)
requested to merge
eol_php83
into
master
1 year ago
Overview
0
Commits
1
Pipelines
0
Changes
1
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
21c42683
1 commit,
1 year ago
1 file
+
15
−
20
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
docs/20_Checks/check_ceph_io.md
+
15
−
20
View file @ 21c42683
Edit in single-file editor
Open in Web IDE
Show full file
@@ -18,40 +18,35 @@ icingaclient ALL=(ALL) NOPASSWD: /bin/ceph
```
txt
______________________________________________________________________
CHECK_
DISK-
IO
v1.
1
CHECK_
CEPH_
IO
v1.
5
(c) Institute for Medical Education - University of Bern
Licence: GNU GPL 3
https://os-docs.iml.unibe.ch/icinga-checks/Checks/check_
disk-
io.html
https://os-docs.iml.unibe.ch/icinga-checks/Checks/check_
ceph_
io.html
______________________________________________________________________
Disk infos based on /sys/block/[NAME]/stat
See https://www.kernel.org/doc/Documentation/block/stat.txt
and https://www.kernel.org/doc/Documentation/iostats.txt
The system data are counters that are difficult to read.
The output of this check for each value a delta value per second since
last check.
Show cheph IO as read and written bytes per second.
This check sends performance data.
SYNTAX:
check_
disk-io -m MODE
check_
ceph_io
OPTIONS:
-m MODE set mode for type of output (required)
-h or --help show this help.
-t [STRING] test a value; for debugging purposes
Without a string internally stored values will be tested
PARAMETERS:
EXAMPLE:
check_ceph_io
no parameters; normal usage to get the ceph io data
MODE
io read I/Os, write I/Os, discard I/0s
ticks read ticks, write ticks, discard ticks
wait total wait time for all requests
check_ceph_io -t
Run a few builtin tests
EXAMPLE:
check_disk-io -m io
check_ceph_io -t " client: 255 B/s rd, 0 op/s rd, 0 op/s wr"
Test a given string
```
Loading