{'author': 'Christian Wirtz',
 'description': 'Monitors the PowerDNS Authoritative Server and the PowerDNS '
                'Recursor\n'
                'through their built-in HTTP APIs, with a control socket '
                'fallback.\n'
                '\n'
                'Authoritative server: status and security-status, query and '
                'error rates, packet\n'
                'and query cache efficiency, answer latency, a zone summary '
                'and one service per\n'
                'zone with the record count as a metric, serial vs. '
                'notified_serial for primaries\n'
                'and last_check age for secondaries.\n'
                '\n'
                'Recursor: status and capacity, query rates and upstream '
                'problems, record and\n'
                'packet cache efficiency, answer latency including the answer '
                'time distribution,\n'
                'and DNSSEC validation results.\n'
                '\n'
                'Requires the agent plugin to be deployed to the monitored '
                'host. See README.md.\n'
                '\n'
                '1.2.1: fix bakery writing the API key as a raw '
                'cmk_postprocessed tuple\n'
                '(caused HTTP 401), fix agent-plugin crash on an empty '
                'webserver-address in\n'
                'pdns.conf, and align the agent PLUGIN_VERSION with the '
                'package version.\n'
                '\n'
                '1.2.2: auth API auto-detection now treats api=yes as '
                'implicitly enabling the\n'
                'built-in webserver (PowerDNS behaviour), so the zone '
                'inventory works without a\n'
                'separate webserver=yes line in pdns.conf.\n',
 'download_url': 'https://github.com/Gulaschcowboy/checkmk_extensions',
 'files': {'agents': ['plugins/powerdns'],
           'cmk_addons_plugins': ['powerdns/agent_based/powerdns_auth.py',
                                  'powerdns/agent_based/powerdns_auth_zones.py',
                                  'powerdns/agent_based/powerdns_recursor.py',
                                  'powerdns/checkman/powerdns_auth',
                                  'powerdns/checkman/powerdns_auth_cache',
                                  'powerdns/checkman/powerdns_auth_latency',
                                  'powerdns/checkman/powerdns_auth_queries',
                                  'powerdns/checkman/powerdns_recursor',
                                  'powerdns/checkman/powerdns_recursor_cache',
                                  'powerdns/checkman/powerdns_recursor_dnssec',
                                  'powerdns/checkman/powerdns_recursor_latency',
                                  'powerdns/checkman/powerdns_recursor_queries',
                                  'powerdns/checkman/powerdns_zone',
                                  'powerdns/checkman/powerdns_zones',
                                  'powerdns/graphing/powerdns.py',
                                  'powerdns/rulesets/powerdns_auth.py',
                                  'powerdns/rulesets/powerdns_bakery.py',
                                  'powerdns/rulesets/powerdns_recursor.py',
                                  'powerdns/rulesets/powerdns_zones.py'],
           'doc': ['powerdns.cfg.example'],
           'lib': ['python3/cmk/base/cee/plugins/bakery/powerdns.py']},
 'name': 'powerdns',
 'title': 'PowerDNS Authoritative Server and Recursor',
 'version': '1.2.2',
 'version.min_required': '2.5.0b1',
 'version.packaged': 'cmk-mkp-tool 3.0.0',
 'version.usable_until': None}
