From 557eb335cabe11f2afdc691fd626d1cfd3ff41f3 Mon Sep 17 00:00:00 2001
From: "Hahn Axel (hahn)" <axel.hahn@iml.unibe.ch>
Date: Fri, 1 Oct 2021 14:43:26 +0200
Subject: [PATCH] update doc of inc_pluginfunctions

---
 inc_pluginfunctions.md | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/inc_pluginfunctions.md b/inc_pluginfunctions.md
index 544570f..8ca811e 100644
--- a/inc_pluginfunctions.md
+++ b/inc_pluginfunctions.md
@@ -88,10 +88,14 @@ Execute a command and repeat max. MAXTRIES times if it fails.
 
 Add performance data. Their output will be written with ph.exit. So you are free to add perfomance data anywhere within your check script.
 
-**ph.perfdeltaspeed** [VARNAME] [VALUE]
+**ph.perfdeltaspeed** [VARNAME] [VALUE] [[unit] [isfloat]]
 
 For increasing system counters: get changerate per second since last check.
 
+Unit value can be
+* s or sec - for seconds
+* m or min - for minutes
+
 Example:
 
     # speed in byte per sec based on last stored value and its age
-- 
GitLab