From aa496e718a16c5201aeede511370da04e07dd38d Mon Sep 17 00:00:00 2001 From: Jean Christophe Roques Date: Fri, 20 Dec 2024 10:29:46 +0100 Subject: [PATCH] fix spell --- agent/doc/agent-doc.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/agent/doc/agent-doc.md b/agent/doc/agent-doc.md index 5d7af648cc..062b962f3f 100644 --- a/agent/doc/agent-doc.md +++ b/agent/doc/agent-doc.md @@ -125,6 +125,6 @@ So it works like that: * drive_size_thread post result in io_context * io_context calls check_drive_size::_completion_handler -### check_heath -This little check send agent's statistics to the poller. In order to do that, each checks share a shared checks_statistics object. +### check_health +This little check sends agent's statistics to the poller. In order to do that, each check shares a common checks_statistics object. This object is created by scheduler each time agent receives config from poller. This object contains last check interval and last check duration of each command. The first time it's executed, it can send unknown state if there is no other yet executed checks. \ No newline at end of file