api.conf 355 B

123456789101112131415
  1. #
  2. # The API listener is used for distributed monitoring setups. (Salt managed)
  3. #
  4. object ApiListener "api" {
  5. bind_host = "127.0.0.1"
  6. cert_path = "/etc/icinga2/pki/ffhohost.cert.pem"
  7. key_path = "/etc/icinga2/pki/ffhohost.key.pem"
  8. ca_path = "/etc/ssl/certs/ffho-cacert.pem"
  9. ticket_salt = TicketSalt
  10. accept_commands = true
  11. accept_config = true
  12. }