You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Assignee: gbeutner
Status: Resolved (closed on 2014-10-25 07:15:42 +00:00)
Target Version: 2.2.0
Last Update: 2014-10-29 09:54:31 +00:00 (in Redmine)
Icinga Version: 2.1.1
When assigning a host variable to an host object which is flagged as core variable, services for this object are not applied.
Example:
/**
* A host definition. You can create your own configuration files
* in the conf.d directory (e.g. one per host). By default all *.conf
* files in this directory are included.
*/
object Host "srv-mysql" {
import "generic-host"
address = "192.168.2.1"
address6 = "::1"
vars.os = "Linux"
vars.sla = "24x7"
vars.database = "MySQL"
vars.type = "Database"
vars.no_mysql_health_check = true
}
While validating the configuration for Icinga 2, there is no error given out.
Updated by mfriedrich on 2014-10-14 09:04:40 +00:00
Subject changed from Icinga 2 Config: Bug with host / service variables (system variables) to custom attribute name "type" causes empty vars dictionary
This issue has been migrated from Redmine: https://dev.icinga.com/issues/7372
Created by cstein on 2014-10-14 08:24:14 +00:00
Assignee: gbeutner
Status: Resolved (closed on 2014-10-25 07:15:42 +00:00)
Target Version: 2.2.0
Last Update: 2014-10-29 09:54:31 +00:00 (in Redmine)
When assigning a host variable to an host object which is flagged as core variable, services for this object are not applied.
Example:
While validating the configuration for Icinga 2, there is no error given out.
Changesets
2014-10-25 07:14:56 +00:00 by (unknown) 315c84e
Relations:
The text was updated successfully, but these errors were encountered: