The source project of this merge request has been removed.
[feat] Add check_mk config values, dont set them
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.