Our organization has an IT policy that a “welcome banner” that is ~200 words, must be displayed before a user is presented a login prompt.
For a GNU/Linux console login, this is accomplished with /etc/issue . For an SSHD server this is enabled with the “Banner” option, see SSHD_CONFIG(5). Several other web apps have similar “click-through” informational banner options.
I am working on deploying a (RE for now) Checkmk instance in our environment, but have not been able to find a “welcome banner” configuration option. Have I missed this feature? Alternately, how might I best add such a feature?