From 58561f87280a02625915ac095e64896bd09341aa Mon Sep 17 00:00:00 2001 From: Nis Wechselberg Date: Tue, 28 Oct 2025 09:24:47 +0100 Subject: [PATCH] Fix asynch documentation in README The documentation on the asynchronous timing was inconsistent. --- agents/plugins/README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agents/plugins/README b/agents/plugins/README index ee620bb3702..22e392f90e5 100644 --- a/agents/plugins/README +++ b/agents/plugins/README @@ -9,7 +9,7 @@ If you want a plugin to be run asynchronously and also in a larger interval then the normal check interval, then you can copy it to a subdirectory named after a number of *seconds*, e.g.: -/usr/lib/check_mk_agent/plugins/60/mk_zypper +/usr/lib/check_mk_agent/plugins/3600/mk_zypper In that case the agent will: