From 57b1c3e933a9b23b796c724a29241720be7e59f6 Mon Sep 17 00:00:00 2001 From: doktornotor Date: Fri, 13 Nov 2015 20:11:51 +0100 Subject: Add a file_notice() if leftover junk is found from previous package versions. --- config/checkmk-agent/checkmk.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'config/checkmk-agent') 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", ""); } } -- cgit v1.2.3