]> Frank Brehm's Git Trees - pixelpark/hiera.git/commitdiff
pixelpark - dev-monitoring: add test legacy host
authorThomas Dalichow <thomas.dalichow@publicispixelpark.de>
Wed, 19 Apr 2017 11:43:53 +0000 (13:43 +0200)
committerThomas Dalichow <thomas.dalichow@publicispixelpark.de>
Wed, 19 Apr 2017 11:44:03 +0000 (13:44 +0200)
customer/pixelpark/dev-monitoring.pixelpark.com.yaml

index 95648bfc4e195409b08da07e2b949efe4148f5c9..d5cff2e33a75f783620f2bfe03976902996769ef 100644 (file)
@@ -62,11 +62,16 @@ infra::profile::icinga2::object::host:
     check_command: 'hostalive'
   'bogus-template':
     target: '/etc/icinga2/conf.d/host-templates.conf'
-    template: true
     max_check_attempts: '3'
     check_interval: '1m'
     retry_interval: '30s'
     check_command: 'hostalive'
+  'notos.pixelpark.com':
+    import:
+      - 'generic-host'
+      - 'bogus-template'
+    address: '217.66.53.253'
+    display_name: 'notos.pixelpark.com'
 
 infra::profile::icinga2::object::service:
   'generic-service':