From 23f3327be9995a8d1ae1a938491e541a5810c9c3 Mon Sep 17 00:00:00 2001 From: "Hahn Axel (hahn)" <axel.hahn@unibe.ch> Date: Wed, 24 Jan 2024 14:14:34 +0100 Subject: [PATCH] update docs --- docs/20_Checks/check_docker_info.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/20_Checks/check_docker_info.md b/docs/20_Checks/check_docker_info.md index 2216ca4..9a9748a 100644 --- a/docs/20_Checks/check_docker_info.md +++ b/docs/20_Checks/check_docker_info.md @@ -15,6 +15,13 @@ This check sends performance data. icingaclient ALL=(ALL) NOPASSWD:SETENV: /usr/bin/docker ``` +## Includes + +Additional needed files in the current folder that this check can run: + +* inc_dockerfunctions.sh +* inc_pluginfunctions + ## Rootless docker It works with docker setups as root and can handle rootless docker instances. -- GitLab