From e8fe165e009f4cec58ebfe22fee47d2228865d34 Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Fri, 1 Sep 2023 15:42:28 -0400 Subject: [PATCH] Further optimize ownership agent output --- roles/base/files/usr/lib/check_mk_agent/plugins/ownership | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/base/files/usr/lib/check_mk_agent/plugins/ownership b/roles/base/files/usr/lib/check_mk_agent/plugins/ownership index c041ec7..c156d7f 100755 --- a/roles/base/files/usr/lib/check_mk_agent/plugins/ownership +++ b/roles/base/files/usr/lib/check_mk_agent/plugins/ownership @@ -58,7 +58,7 @@ done echo "<<>>" if ! test ${#FILEs[*]} -eq 0; then - echo -n "${#FILEs[*]} file(s) found with invalid ownership (must be UID <299): " + echo -n "${#FILEs[*]} file(s) found with invalid ownership (must be UID outside of ${ADMIN_UID_MIN}-${ADMIN_UID_MAX}): " echo "${FILEs[*]}" exit $WARNING else