From 910f6390edb0e3f1e2e7a6e735d404292bfcacfa Mon Sep 17 00:00:00 2001 From: Konrad Bucheli Date: Wed, 31 Jan 2024 10:31:51 +0100 Subject: [PATCH] how to clear dmesg --- admin-guide/configuration/icinga2.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/admin-guide/configuration/icinga2.md b/admin-guide/configuration/icinga2.md index 490569c2..06918703 100644 --- a/admin-guide/configuration/icinga2.md +++ b/admin-guide/configuration/icinga2.md @@ -160,3 +160,7 @@ icinga2::service_check::customize: ``` If you think that this log message can be globally ignored, please inform the Linux Team so we can ignore it by default. +Note that you can reset this check after dealing with it by executing on the node: +``` +dmesg --clear +```