From 15fd0f1eb3d56afbae952fc71d4d41e0e50b2d7a Mon Sep 17 00:00:00 2001
From: "Hahn Axel (hahn)" <axel.hahn@unibe.ch>
Date: Thu, 22 Jun 2023 10:43:30 +0200
Subject: [PATCH] update docs ceph_diskfree

---
 docs/20_Checks/check_ceph_diskfree.md | 14 ++++++--------
 1 file changed, 6 insertions(+), 8 deletions(-)

diff --git a/docs/20_Checks/check_ceph_diskfree.md b/docs/20_Checks/check_ceph_diskfree.md
index 3b45879..3686600 100644
--- a/docs/20_Checks/check_ceph_diskfree.md
+++ b/docs/20_Checks/check_ceph_diskfree.md
@@ -20,7 +20,7 @@ $ check_ceph_diskfree -h
 ______________________________________________________________________
 
 CHECK_CEPH_DISKFREE 
-v1.3
+v1.4
 
 (c) Institute for Medical Education - University of Bern
 Licence: GNU GPL 3
@@ -47,18 +47,16 @@ OPTIONS:
 `$ check_ceph_diskfree` returns
 
 ```txt
-check_ceph_diskfree 
 OK: Disksize on Ceph cluster and its pools - warnings: 0 (70 %) .. critcal: 0 (90 %)
 
            --- RAW STORAGE ---
            CLASS    SIZE   AVAIL     USED  RAW USED  %RAW USED
-OK         ssd    54 TiB  53 TiB  767 GiB   767 GiB       1.40
-OK         TOTAL  54 TiB  53 TiB  767 GiB   767 GiB       1.40
+OK         ssd    54 TiB  47 TiB  7.0 TiB   7.0 TiB      13.12
+OK         TOTAL  54 TiB  47 TiB  7.0 TiB   7.0 TiB      13.12
 
            --- POOLS ---
            POOL  ID  PGS   STORED  OBJECTS     USED  %USED  MAX AVAIL
-OK         .mgr   1    1   18 MiB        6   18 MiB      0     16 TiB
-OK         one    2   32  255 GiB   66.65k  255 GiB   0.50     16 TiB
-OK         two    3   32      0 B        0      0 B      0     25 TiB
- |global-total=59373627899904;;;0;59373627899904 global-avail=58274116272128;;;0;59373627899904 global-used=823559979008;;;0;59373627899904 
+OK         .mgr   1    1  104 MiB       27  311 MiB      0     14 TiB
+OK         one    2  128  2.3 TiB  617.97k  7.0 TiB  14.48     14 TiB
+ |global-total=59373627899904;;;0;59373627899904 global-avail=51677046505472;;;0;59373627899904 global-used=7696581394432;;;0;59373627899904
 ```
-- 
GitLab