From 19d618ab7501ba2f0b08978c9a25c0d0c08629be Mon Sep 17 00:00:00 2001 From: Thomas Dalichow Date: Wed, 19 Apr 2017 18:11:56 +0200 Subject: [PATCH] pixelpark - dev-monitoring: try to fix wrong group assignments --- customer/pixelpark/dev-monitoring.pixelpark.com.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/customer/pixelpark/dev-monitoring.pixelpark.com.yaml b/customer/pixelpark/dev-monitoring.pixelpark.com.yaml index 81166e8c..907f522c 100644 --- a/customer/pixelpark/dev-monitoring.pixelpark.com.yaml +++ b/customer/pixelpark/dev-monitoring.pixelpark.com.yaml @@ -123,7 +123,10 @@ infra::profile::icinga2::object::hostgroup: target: '/etc/icinga2/conf.d/hostgroups.conf' display_name: 'Linux Server' assign: - - 'host.vars.os == Linux' + - 'host.vars.os == OracleLinux' + - 'host.vars.os == CentOS' + - 'host.vars.os == SLES' + - 'host.vars.os == RedHat' 'windows-servers': target: '/etc/icinga2/conf.d/hostgroups.conf' display_name: 'Windows Server' -- 2.39.5