From 8b1bffcf9e5a16aa80708dafe8bdc5b89bcf9e98 Mon Sep 17 00:00:00 2001
From: "Hahn Axel (hahn)" <axel.hahn@unibe.ch>
Date: Fri, 28 Jul 2023 13:56:49 +0200
Subject: [PATCH] memory: update doc page

---
 docs/20_Checks/check_memory.md | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/docs/20_Checks/check_memory.md b/docs/20_Checks/check_memory.md
index 1e30b91..c0fbc95 100644
--- a/docs/20_Checks/check_memory.md
+++ b/docs/20_Checks/check_memory.md
@@ -3,6 +3,7 @@
 ## Introduction
 
 **check_memory** Check memory usage incl. free, used and total memory.
+
 It reads /proc/meminfo and fetches the needed values.
 
 * MemTotal: Total usable ram (i.e. physical ram minus a few reserved bits and the kernel binary code)
@@ -16,6 +17,8 @@ It reads /proc/meminfo and fetches the needed values.
 * Slab: in-kernel data structures cache
 * SReclaimable: reclaimable parts of Slab, e.g., caches
 
+This plugin sends all values as performance data.
+
 ### Requirements
 
 * bc
-- 
GitLab