0
0
Fork 0
mirror of https://github.com/netdata/netdata.git synced 2025-04-18 03:23:51 +00:00
netdata_netdata/collectors/python.d.plugin/dnsdist
Promise Akpan f5006d51e8 Fix Markdown Lint warnings ()
* make remark access all directories

* detailed fix after autofix by remark lint

* cross check autofix for this set of files

* crosscheck more files

* crosschecking and small fixes

* crosscheck autofixed md files
2019-08-15 13:06:39 +02:00
..
dnsdist.chart.py [python] make units compliant with IEC standard () 2018-12-17 18:50:20 +03:00
dnsdist.conf python.d.plugin update () 2018-12-07 10:15:03 +01:00
Makefile.inc Fix make dist () 2018-10-16 15:26:28 +03:00
README.md Fix Markdown Lint warnings () 2019-08-15 13:06:39 +02:00

dnsdist

Module monitor dnsdist performance and health metrics.

Following charts are drawn:

  1. Response latency

    • latency-slow
    • latency100-1000
    • latency50-100
    • latency10-50
    • latency1-10
    • latency0-1
  2. Cache performance

    • cache-hits
    • cache-misses
  3. ACL events

    • acl-drops
    • rule-drop
    • rule-nxdomain
    • rule-refused
  4. Noncompliant data

    • empty-queries
    • no-policy
    • noncompliant-queries
    • noncompliant-responses
  5. Queries

    • queries
    • rdqueries
    • rdqueries
  6. Health

    • downstream-send-errors
    • downstream-timeouts
    • servfail-responses
    • trunc-failures

configuration

localhost:
  name : 'local'
  url  : 'http://127.0.0.1:5053/jsonstat?command=stats'
  user : 'username'
  pass : 'password'
  header:
    X-API-Key: 'dnsdist-api-key'

analytics