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
!80
ceph_io: add test
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
ceph_io: add test
6361-fix-ceph-io
into
master
Overview
0
Commits
1
Pipelines
0
Changes
2
Merged
Hahn Axel (hahn)
requested to merge
6361-fix-ceph-io
into
master
2 years ago
Overview
0
Commits
1
Pipelines
0
Changes
2
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
515ff505
1 commit,
2 years ago
2 files
+
63
−
17
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
docs/20_Checks/check_ceph_io.md
+
15
−
3
View file @ 515ff505
Edit in single-file editor
Open in Web IDE
Show full file
@@ -11,12 +11,11 @@ It returns a single line for the status and performance data.
## Syntax
```
$ check_ceph_io --help
```
txt
______________________________________________________________________
CHECK_CEPH_IO
v1.
0
v1.
2
(c) Institute for Medical Education - University of Bern
Licence: GNU GPL 3
@@ -30,6 +29,19 @@ check_ceph_io
OPTIONS:
-h or --help show this help.
-t [STRING] test a value; for debugging purposes
Without a string internally stored values will be tested
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_io -t " client: 255 B/s rd, 0 op/s rd, 0 op/s wr"
Test a given string
```
### Parameters
Loading