Direkt zum Hauptinhalt

Neue Seite

https://earth.nullschool.net/#current/wind/surface/level/overlay=temp/orthographic=-350.18,26.89,444

https://www.netflix-codes.com/#Romantic%20movies

object HostGroup "agent_hosts" {
  display_name = "Icinga Agents"
}
https://www.carbonbrief.org/factcheck-what-greenland-ice-cores-say-about-past-and-present-climate-change/

https:// In zones.conf (or similar)
object Zone "agent-zone" {
  endpoints = [ ... ] // Your agent endpoints
}www.deskmodder.de/wiki/index.php?title=Windows_11_auch_ohne_TPM_und_Secure_Boot_installieren

object Host "my-agent-01" {
  import "generic-host"
  address = "10.0.0.10"
  zone = "agent-zone" // Assigns to the zone
  // Or use custom vars:
  // vars.agent_type = "icinga2"
}

 

object Host "my-agent-02" {
  import "generic-host"
  address = "10.0.0.11"
  vars.agent_type = "icinga2" // Add this custom variable
}