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

     1  ## All available configuration options, their descriptions and default values:
     2  ## https://github.com/netdata/go.d.plugin/tree/master/modules/unbound
     3  
     4  #update_every: 1
     5  #autodetection_retry: 0
     6  #priority: 70000
     7  
     8  jobs:
     9    - name: local
    10      address: 127.0.0.1:8953
    11      timeout: 1
    12      conf_path: /etc/unbound/unbound.conf
    13      cumulative_stats: no
    14      use_tls: yes
    15      tls_skip_verify: yes
    16      tls_cert: /etc/unbound/unbound_control.pem
    17      tls_key: /etc/unbound/unbound_control.key