github.com/netdata/go.d.plugin@v0.58.1/config/go.d/powerdns.conf (about)

     1  ## All available configuration options, their descriptions and default values:
     2  ## https://github.com/netdata/go.d.plugin/tree/master/modules/powerdns
     3  
     4  #update_every: 1
     5  #autodetection_retry: 0
     6  #priority: 70000
     7  
     8  jobs:
     9    - name: local
    10      url: http://127.0.0.1:8081
    11  #    headers:
    12  #      X-API-KEY: secret  # static pre-shared authentication key for access to the REST API (api-key).
    13  
    14  #  - name: remote
    15  #    url: http://203.0.113.0:8081
    16  #    headers:
    17  #      X-API-KEY: secret  # static pre-shared authentication key for access to the REST API (api-key).