From 18460c45cf215ae072937a33a0d4cd7c96d1844f Mon Sep 17 00:00:00 2001 From: Thomas Dalichow Date: Wed, 13 Dec 2017 19:41:46 +0100 Subject: [PATCH] test RC notification - definition of checkcommand - fixes --- customer/pixelpark/dev-monitoring.pixelpark.com.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/customer/pixelpark/dev-monitoring.pixelpark.com.yaml b/customer/pixelpark/dev-monitoring.pixelpark.com.yaml index ba7a5c2c..1031951c 100644 --- a/customer/pixelpark/dev-monitoring.pixelpark.com.yaml +++ b/customer/pixelpark/dev-monitoring.pixelpark.com.yaml @@ -100,7 +100,7 @@ infra::profile::icinga2::object::service: target: '/etc/icinga2/conf.d/services.conf' import: - 'generic-service' - check_command: 'publicis_ad' + check_command: 'check_publicis_ad' check_interval: '10m' retry_interval: '60s' apply: true @@ -137,8 +137,7 @@ infra::profile::icinga2::object::service: # - 'host.address' infra::profile::icinga2::object::checkcommand: - 'publicis_ad': - checkcommand_name: 'Publicis AD check' + 'check_publicis_ad': import: - 'ipv4-or-ipv6' command: '/opt/pixelpark-icinga-checks/check_publicis_ad' -- 2.39.5