api.conf 330 B

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