]> Frank Brehm's Git Trees - pixelpark/hiera.git/commitdiff
pixelpark - dev-monitoring: add checks for rsyslogd and postfix (fix)
authorThomas Dalichow <thomas.dalichow@publicispixelpark.de>
Thu, 3 May 2018 14:06:35 +0000 (16:06 +0200)
committerThomas Dalichow <thomas.dalichow@publicispixelpark.de>
Thu, 3 May 2018 14:06:39 +0000 (16:06 +0200)
customer/pixelpark/dev-monitoring.pixelpark.com.yaml

index 5c2d497e560ff721802e04ec01b93c0ea21fba40..29cef29d96825b609a2044bb9a34000b7a486845 100644 (file)
@@ -160,7 +160,7 @@ infra::profile::icinga2::object::service:
     target: '/etc/icinga2/conf.d/default-services.conf'
     import:
       - 'generic-service'
-    check_command: 'check_rsyslogd'
+    check_command: 'check_service_rsyslogd'
 #_ppplugindir_
     command_endpoint: 'host.name'
     apply: true
@@ -171,13 +171,13 @@ infra::profile::icinga2::object::service:
     target: '/etc/icinga2/conf.d/default-services.conf'
     import:
       - 'generic-service'
-    check_command: 'check_postfix'
+    check_command: 'check_service_postfix'
 #_ppplugindir_
     command_endpoint: 'host.name'
     apply: true
     assign:
       - 'host.address && (host.name == dev-monitoring-client.pixelpark.com || host.name == dev-monitoring.pixelpark.com)'
-    notes: 'This checks, whether the rsyslogd unit exists, is enabled and is running'
+    notes: 'This checks, whether the postfix unit exists, is enabled and is running'
 #  'disk':
 #    target: '/etc/icinga2/conf.d/default-services.conf'
 #    import: