...
Status |
---|
colour | Green |
---|
title | LAST TESTED ON CHECKMK 2.23.0P1 |
---|
|
Panel |
---|
borderColor | black |
---|
bgColor | #f8f8f8 |
---|
title | Table of Contents |
---|
|
|
Step-by-step guide
...
- Setup → General → Global Settings → Search for "pretty-print"
Image Modified
- Toggle at least the "Pretty-Print configuration files" to on!
The next time you save a config configuration in Checkmk, you the file will be able to read the file better:more readable.
Code Block |
---|
|
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}}}) |
Related articles
Filter by label (Content by label) |
---|
showLabels | false |
---|
max | 5 |
---|
spaces | KB |
---|
showSpace | false |
---|
sort | modified |
---|
reverse | true |
---|
type | page |
---|
cql | label in ( "config" , "gui" , "howto" ) and type = "page" and space = "KB" |
---|
labels | gui config |
---|
|
...