diff options
Diffstat (limited to 'config/checkmk-agent')
-rw-r--r-- | config/checkmk-agent/checkmk.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/checkmk-agent/checkmk.inc b/config/checkmk-agent/checkmk.inc index d247e72a..1ab92400 100644 --- a/config/checkmk-agent/checkmk.inc +++ b/config/checkmk-agent/checkmk.inc @@ -73,6 +73,7 @@ function checkmk_decrapify() { if ($i > 0) { log_error("[check_mk-agent] Inconsistent configuration files; possibly caused by previous check_mk package versions."); log_error("[check_mk-agent] Please, compare those against default distribution files at https://github.com/pfsense/pfsense and fix as required manually."); + file_notice("check_mk-agent", "Inconsistent configuration files found, possibly caused by previous check_mk package versions. See Status - System Logs - General for details.", "Packages", ""); } } |