Skip to content

Commit

Permalink
Support Diagnostics: user_connections.mk sensitivity
Browse files Browse the repository at this point in the history
Consider the file ~/etc/check_mk/multisite.d/wato/user_connections.mk as 'highly sensitive'.
This sensitivity is used to simplify the file selection by the user.

Change-Id: I33cb785f568e35813d47032b06a386b2c9c35356
  • Loading branch information
lgetwan committed Nov 6, 2023
1 parent efad3e1 commit 2fad0f5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions cmk/utils/diagnostics.py
Original file line number Diff line number Diff line change
Expand Up @@ -541,6 +541,12 @@ def get_checkmk_file_info(rel_filepath: str, component: str | None = None) -> Ch
description="Contains GUI related user properties.",
encryption=CheckmkFileEncryption.none,
),
"multisite.d/wato/user_connections.mk": CheckmkFileInfo(
components=[],
sensitivity=CheckmkFileSensitivity.high_sensitive,
description="Contains GUI related user properties.",
encryption=CheckmkFileEncryption.none,
),
# Core files
"core/config.pb": CheckmkFileInfo(
components=[
Expand Down

0 comments on commit 2fad0f5

Please sign in to comment.