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