summaryrefslogtreecommitdiffstats
path: root/etc/icinga2/features-available/api.conf
blob: b072a440687e59970f1d79218df7c49c5b422279 (plain)
1
2
3
4
5
6
7
8
9
10
/**
 * The API listener is used for distributed monitoring setups.
 */

object ApiListener "api" {
  //accept_config = false
  //accept_commands = false

  ticket_salt = TicketSalt
}