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 +```