icinga-powershell-framework icon indicating copy to clipboard operation
icinga-powershell-framework copied to clipboard

How to setup a HA zone?

Open MarcusCaepio opened this issue 1 year ago • 2 comments

Maybe I can't find it, but I want to name and configure the zone and endpoints where the icinga for windows instance is installed. I don't want to have an "Agent" Zone, but a HA Satellite zone, with the master zone as parent. And this zone shall be the parent of other agents.

Expected Behavior

I have parameters for the zone and the zone endpoints, where this agent belongs to, so I can creata a HA Zone like the linux pendant:

object Endpoint "A" {
}

object Endpoint "B" {
}

object Zone "myzone" {
  endpoints = [ "A","B" ]
  parent = "master"
}

Current Behavior

The setup only gives options for

  • hostname
  • parent zone
  • parent nodes
  • but no zone name ( I guess the zonename is always the hostname? )
  • and no zone endpoints

Possible Solution

Add the option to create a (HA) Satellite zone.

Environment

  • Icinga for Windows 1.10.1

Thanks and cheers, Marcus

MarcusCaepio avatar Mar 29 '23 07:03 MarcusCaepio

Thank you for the issue. The Icinga Agent does not support to provide a satellite zone for other Agents or satellites, therefor Icinga for Windows does not support this behvior,

Satellite zones are officially only supported on Linux systems and not on Windows

LordHepipud avatar May 10 '23 14:05 LordHepipud

@LordHepipud I think this can be closed with "Will not implement"

RincewindsHat avatar Mar 13 '24 10:03 RincewindsHat