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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
IML Open Source
icinga-checks
Commits
21c42683
Commit
21c42683
authored
1 year ago
by
Hahn Axel (hahn)
Browse files
Options
Downloads
Patches
Plain Diff
ceph io fix help text
parent
69a88eae
No related branches found
No related tags found
1 merge request
!208
ceph io fix help text
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/20_Checks/check_ceph_io.md
+15
-20
15 additions, 20 deletions
docs/20_Checks/check_ceph_io.md
with
15 additions
and
20 deletions
docs/20_Checks/check_ceph_io.md
+
15
−
20
View file @
21c42683
...
@@ -18,40 +18,35 @@ icingaclient ALL=(ALL) NOPASSWD: /bin/ceph
...
@@ -18,40 +18,35 @@ icingaclient ALL=(ALL) NOPASSWD: /bin/ceph
```
txt
```
txt
______________________________________________________________________
______________________________________________________________________
CHECK_
DISK-
IO
CHECK_
CEPH_
IO
v1.
1
v1.
5
(c) Institute for Medical Education - University of Bern
(c) Institute for Medical Education - University of Bern
Licence: GNU GPL 3
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
Show cheph IO as read and written bytes per second.
See https://www.kernel.org/doc/Documentation/block/stat.txt
This check sends performance data.
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.
SYNTAX:
SYNTAX:
check_
disk-io -m MODE
check_
ceph_io
OPTIONS:
OPTIONS:
-m MODE set mode for type of output (required)
-h or --help show this help.
-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
check_ceph_io -t
io read I/Os, write I/Os, discard I/0s
Run a few builtin tests
ticks read ticks, write ticks, discard ticks
wait total wait time for all requests
EXAMPLE:
check_ceph_io -t " client: 255 B/s rd, 0 op/s rd, 0 op/s wr"
check_disk-io -m io
Test a given string
```
```
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment