Skip to content

[feat] Add check_mk config values, dont set them

Varac requested to merge (removed):check_mk_add_services into develop

When setting values like

ignored_services = [...]

this will override other ignored_services that might get parsed before. Instead, we use += so multiple files can add sth to this config value.

Merge request reports