Skip to content

Latest commit

 

History

History
34 lines (28 loc) · 1.01 KB

features.md

File metadata and controls

34 lines (28 loc) · 1.01 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
    force_newcert: false
    endpoints:
      - name: NodeName
    zones:
      - name: ZoneName
        endpoints:
          - NodeName