Skip to content

Latest commit

 

History

History
42 lines (36 loc) · 1.39 KB

File metadata and controls

42 lines (36 loc) · 1.39 KB

Icinga 2 Features

To configure features in addition to the set defaults use the variable icinga2_features.

Icinga 2 features can be added with their attributes as described in the Icinga 2 documentation. Documentation Icinga 2 Features

A few other features can have more attributes to configure the feature itself, like the API feature.

Current supported features:

icinga2_features:
  - name: checker
  - name: mainlog
  - name: graphite
    host: localhost
    port: 3000
  - name: api
    ca_host: none
    force_newcert: false
    endpoints:
      - name: NodeName
    zones:
      - name: ZoneName
        endpoints:
          - NodeName