Skip to content

Working with Agents and Config Zones

Working with Icinga 2 Agents can be quite tricky, as each Agent needs its own Endpoint and Zone definition, correct parent, peering host and log settings. There may always be reasons for a completely custom-made configuration. However, I’d strongly suggest using the Director- assisted variant. It will save you a lot of headaches.

Preparation

Agent and zone settings can be set directly on a host object, but for more than a handful of Agents it’s usually easier to create an “Icinga Agent” template. You could name it exactly like that; it’s important to use meaningful names for your templates.

Create an Agent template

As long as you’re not using Satellite nodes, a single Agent zone is all you need. Otherwise, assign each Agent to the zone of its Satellite, either directly on the host or by assigning it a template dedicated to that Satellite zone. A dedicated template per zone pays off once you’re managing many Agents, as it lets you move all of them into the right zone at once instead of editing every host individually.

Usage

Well, create a host, choose an Agent template, that’s it:

Create an Agent-based host

Once you import the “Icinga Agent” template, you’ll see a new “Agent” tab. It tries to assist you with the initial Agent setup by showing a sample config:

Agent instructions 1

Agent instructions 2

The preview shows that the Icinga Director would deploy multiple objects for your newly created host:

Agent preview

Create Agent-based services

Similar game for services that should run on your Agents. First, create a template with a meaningful name. Then, define that Services inheriting from this template should run on your Agents.

Agent-based service

Please do not set a cluster zone, as this would rarely be necessary. Agent-based services will always be deployed to their Agent’s zone by default. All you need to do now for services that should be executed on your Agents is importing that template:

Agent-based load check

Config preview shows that everything works as expected:

Agent-based service preview

It’s perfectly valid to assign services to host templates. Look how the generated config differs now:

Agent-based service assigned to host template

While services added to a host template are implicitly rendered as assign rules, you could of course also use your Agent-based service template in custom apply rules:

Agent-based service applied