# TODO: has to be applied on common.yaml level
infra::profile::icinga2::client::install_client: true
icinga2::feature::notification::ensure: absent
+
+
+# custom checkcommands muessen spaeter nach common.yaml
+
+infra::profile::icinga2::object::checkcommand:
+ 'check_service_crond':
+ import:
+ - 'ipv4-or-ipv6'
+ command: '/opt/pixelpark-monitoring-checks/check_service crond'
+ target: '/etc/icinga2/conf.d/pixelpark-monitoring-checks.conf'
+
+# custom checkcommands muessen spaeter nach common.yaml