2024-02-10 09:08:50 +00:00
|
|
|
// vim: set ft=icinga2 et sw=2 ts=2 si ai:
|
|
|
|
object Host "infra03sat.infra.cacert.org" {
|
|
|
|
import "debian-host"
|
|
|
|
import "puppet-host"
|
|
|
|
|
|
|
|
display_name = "infra03sat"
|
|
|
|
|
|
|
|
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
|
2024-02-10 09:08:50 +00:00
|
|
|
|
|
|
|
vars.ca_certs["Puppet"] = {
|
|
|
|
ssl_cert_file = "/var/lib/puppet/ssl/certs/ca.pem"
|
|
|
|
}
|
|
|
|
}
|
2024-09-27 08:16:38 +00:00
|
|
|
|
|
|
|
object Host "beholder.cacert.org" {
|
2024-09-27 08:21:52 +00:00
|
|
|
import "generic-host"
|
2024-09-27 08:16:38 +00:00
|
|
|
display_name = "beholder from infra03sat"
|
|
|
|
|
|
|
|
groups += [ "monitoring" ]
|
|
|
|
|
|
|
|
address = "49.13.65.97"
|
|
|
|
address6 = "2a01:4f8:c17:7495::1"
|
|
|
|
|
2024-09-27 08:23:04 +00:00
|
|
|
vars.notification.from = "infra03sat"
|
2024-09-27 08:16:38 +00:00
|
|
|
}
|