mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-27 07:44:05 +02:00
parent
bbe55f28b6
commit
7895eee2f6
@ -232,8 +232,9 @@ function Icinga2AgentModule {
|
|||||||
$this.debug('Setting "agent_listen_port" to default 5665');
|
$this.debug('Setting "agent_listen_port" to default 5665');
|
||||||
}
|
}
|
||||||
if ($this.cfg['global_zones'].Count -eq 0) {
|
if ($this.cfg['global_zones'].Count -eq 0) {
|
||||||
$this.cfg['global_zones'] = @( 'director-global' );
|
$this.cfg['global_zones'] = @( 'director-global', 'global-templates' );
|
||||||
$this.debug('Setting "global_zones" to default "director-global"');
|
$this.generateGlobalZones();
|
||||||
|
$this.debug('Setting "global_zones" to default "director-global" and "global-templates"');
|
||||||
}
|
}
|
||||||
if ($this.cfg['accept_config'] -eq -1) {
|
if ($this.cfg['accept_config'] -eq -1) {
|
||||||
$this.cfg['accept_config'] = $TRUE;
|
$this.cfg['accept_config'] = $TRUE;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user