From: Thomas Dalichow Date: Wed, 19 Apr 2017 16:11:56 +0000 (+0200) Subject: pixelpark - dev-monitoring: try to fix wrong group assignments X-Git-Tag: v0.1.0~3125^2 X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=19d618ab7501ba2f0b08978c9a25c0d0c08629be;p=pixelpark%2Fhiera.git pixelpark - dev-monitoring: try to fix wrong group assignments --- 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'