From 807f64775b710650ffaad05592d356768f96682a Mon Sep 17 00:00:00 2001 From: "Hahn Axel (hahn)" <axel.hahn@unibe.ch> Date: Fri, 7 Jun 2024 10:55:26 +0200 Subject: [PATCH] docs for ceph: fix typo --- docs/20_Checks/check_ceph_diskfree.md | 2 +- docs/20_Checks/check_ceph_io.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/20_Checks/check_ceph_diskfree.md b/docs/20_Checks/check_ceph_diskfree.md index f07c47c..811cf5c 100644 --- a/docs/20_Checks/check_ceph_diskfree.md +++ b/docs/20_Checks/check_ceph_diskfree.md @@ -2,7 +2,7 @@ ## Introduction -**check_cehp_diskfree** is a plugin to show the available and free diskspace. +**check_ceph_diskfree** is a plugin to show the available and free diskspace. It returns a single line for the status, data and performance data. ## Requirements diff --git a/docs/20_Checks/check_ceph_io.md b/docs/20_Checks/check_ceph_io.md index 31e4301..550b7cf 100644 --- a/docs/20_Checks/check_ceph_io.md +++ b/docs/20_Checks/check_ceph_io.md @@ -2,7 +2,7 @@ ## Introduction -**check_cehp_io** is a plugin to show read and written bytes per second. +**check_ceph_io** is a plugin to show read and written bytes per second. It returns a single line for the status and performance data. ## Requirements -- GitLab