2023-09-03 11:09:43 +00:00
|
|
|
// vim: set ft=icinga2 et sw=2 ts=2 si ai:
|
2023-09-03 12:39:16 +00:00
|
|
|
object Host "infra02sat.infra.cacert.org" {
|
2023-09-03 11:09:43 +00:00
|
|
|
import "debian-host"
|
|
|
|
import "puppet-host"
|
|
|
|
|
2023-09-03 12:39:16 +00:00
|
|
|
display_name = "infra02sat"
|
|
|
|
|
2023-09-03 11:09:43 +00:00
|
|
|
groups += [ "monitoring" ]
|
|
|
|
|
|
|
|
address = "127.0.0.1"
|
|
|
|
address6 = "::1"
|
|
|
|
|
|
|
|
vars.is_container = true
|
2024-08-17 15:02:02 +00:00
|
|
|
vars.debian_release = 12
|
2023-09-03 12:28:13 +00:00
|
|
|
|
|
|
|
vars.ca_certs["Puppet"] = {
|
2023-09-03 12:33:02 +00:00
|
|
|
ssl_cert_file = "/var/lib/puppet/ssl/certs/ca.pem"
|
2023-09-03 12:28:13 +00:00
|
|
|
}
|
2023-09-03 11:09:43 +00:00
|
|
|
}
|
2024-09-27 08:16:38 +00:00
|
|
|
|
|
|
|
object Host "beholder.cacert.org" {
|
|
|
|
import "generic-host"o
|
|
|
|
display_name = "beholder from infra02sat"
|
|
|
|
|
|
|
|
groups += [ "monitoring" ]
|
|
|
|
|
|
|
|
address = "49.13.65.97"
|
|
|
|
address6 = "2a01:4f8:c17:7495::1"
|
|
|
|
|
|
|
|
vars.notification.from == "infra02sat"
|
|
|
|
}
|