# MOTD template, rendered by ../scripts/setup-host.sh.
#
# You edit CONTENT here; the renderer draws the borders and handles all
# spacing, so the box always stays aligned no matter how long a value is.
#
# Lines beginning with '#' are comments and ignored. Tokens:
#   @TOP@                top border
#   @BOT@                bottom border
#   @HR@                 horizontal divider
#   @BLANK@              empty content line
#   @C@  text            centered line (ASCII text)
#   @BOX@ text           centered line wrapped in a mini double-line box
#   @F@  Label|value     field line: right-aligned label, then value
#
# In @F@ values these placeholders are substituted at render time:
#   {{HOSTNAME}}    full FQDN (e.g. sto-1.srvno.de)
#   {{NODE_ID}}     short name, uppercased (e.g. STO-1)
#   {{DATACENTER}}  the DATACENTER value
#
# Box width is set by MOTD_WIDTH in setup-host.sh (default 60).

@TOP@
@BOX@ !! DANGER - CRITICAL INFRASTRUCTURE !!
@C@ YOU are connected to a CRITICAL SYSTEM
@C@ CHECK YOUR WORK BEFORE RELOAD / RESTART OF THE SERVICE
@HR@
@F@ Data Center|{{DATACENTER}}
@F@ Hostname|{{HOSTNAME}}
@F@ Node ID|{{NODE_ID}}
@BOT@
