Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Panel
borderColorblack
bgColor#f8f8f8
titleTable of Contents

Table of Contents

Step-by-step guide

  1. Setup → General → Global Settings → Search for "pretty-print"
    Screenshot of global settings searching for pretty-print. This displays two options available. Rules and configuration files.

  2. Toggle at least the "Pretty-Print configuration files" to on!

...

Code Block
languagebash
themeRDark
OMD[mysite]:~$ cat etc/check_mk/multisite.d/wato/roles.mk 
# Written by Checkmk store

roles.update({'admin': {'alias': 'Administrator',
           'builtin': True,
           'permissions': {'wato.random_hosts': True}},
 'agent': {'alias': 'agent', 'builtin': True, 'permissions': {}},
 'guest': {'alias': 'Guest user', 'builtin': True, 'permissions': {}},
 'user': {'alias': 'Normal monitoring user',
          'builtin': True,
          'permissions': {}},
 'userx': {'alias': 'Normal monitoring user (copy)',
           'basedon': 'user',
           'builtin': False,
           'permissions': {'wato.automation': True, 'wato.sites': True}}})


Filter by label (Content by label)
showLabelsfalse
max5
spacesKB
showSpacefalse
sortmodified
reversetrue
typepage
cqllabel in ( "config" , "gui" , "howto" ) and type = "page" and space = "KB"
labelsgui config

...