From: Thomas Dalichow Date: Mon, 16 Apr 2018 16:07:19 +0000 (+0200) Subject: pixelpark - dev-monitoring-client: add crond checkcommand X-Git-Tag: v0.1.0~1285 X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=71b8cf857dfe96a3bb7ed6759665fa7aba056197;p=pixelpark%2Fhiera.git pixelpark - dev-monitoring-client: add crond checkcommand --- diff --git a/customer/pixelpark/dev-monitoring-client.pixelpark.com.yaml b/customer/pixelpark/dev-monitoring-client.pixelpark.com.yaml index 2c51be02..929770d2 100644 --- a/customer/pixelpark/dev-monitoring-client.pixelpark.com.yaml +++ b/customer/pixelpark/dev-monitoring-client.pixelpark.com.yaml @@ -5,3 +5,15 @@ infra::role: base # 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