From 19921ad1b14527e73e460da63fddc7bd33c3ee5f Mon Sep 17 00:00:00 2001
From: "Hahn Axel (hahn)" <axel.hahn@unibe.ch>
Date: Wed, 23 Aug 2023 16:11:49 +0200
Subject: [PATCH] update docs

---
 docs/20_Checks/check_ceph_io.md  | 4 ++++
 docs/20_Checks/check_ceph_osd.md | 4 ++++
 docs/20_Checks/check_onehost.md  | 4 +++-
 3 files changed, 11 insertions(+), 1 deletion(-)

diff --git a/docs/20_Checks/check_ceph_io.md b/docs/20_Checks/check_ceph_io.md
index 5426c1f..9eed619 100644
--- a/docs/20_Checks/check_ceph_io.md
+++ b/docs/20_Checks/check_ceph_io.md
@@ -9,6 +9,10 @@ It returns a single line for the status and performance data.
 
 * `ceph` binary and sudo permission on it to get the information
 
+```txt
+icingaclient ALL=(ALL) NOPASSWD: /bin/ceph
+```
+
 ## Syntax
 
 ```txt
diff --git a/docs/20_Checks/check_ceph_osd.md b/docs/20_Checks/check_ceph_osd.md
index d1a09a6..5c4bf60 100644
--- a/docs/20_Checks/check_ceph_osd.md
+++ b/docs/20_Checks/check_ceph_osd.md
@@ -12,6 +12,10 @@ critical level.
 
 * `ceph` binary and sudo permission on it to get the information
 
+```txt
+icingaclient ALL=(ALL) NOPASSWD: /bin/ceph
+```
+
 ## Syntax
 
 ```txt
diff --git a/docs/20_Checks/check_onehost.md b/docs/20_Checks/check_onehost.md
index 82359ce..e5c5e6d 100644
--- a/docs/20_Checks/check_onehost.md
+++ b/docs/20_Checks/check_onehost.md
@@ -22,11 +22,13 @@ icingaclient ALL=(ALL) NOPASSWD: /bin/onehost
 ./check_onehost -h
 ______________________________________________________________________
 
-CHECK_ONEHOST 
+CHECK_ONEHOST
 v1.1
 
 (c) Institute for Medical Education - University of Bern
 Licence: GNU GPL 3
+
+https://os-docs.iml.unibe.ch/icinga-checks/Checks/check_onehost.html
 ______________________________________________________________________
 
 show count of hosts in OpenNebula and warn if a host is down.
-- 
GitLab