From a4d97861c25115fc147274d149f636df19aeb16b Mon Sep 17 00:00:00 2001 From: Fusl Date: Thu, 23 Jan 2014 10:21:00 +0100 Subject: [PATCH] Removed OPT, IXFR, AXFR, URL, MBOXFW and CURL as they aren't being used in pdns_recursor --- plugins/network/dns/pdns_rec_qtypes | 32 +---------------------------- 1 file changed, 1 insertion(+), 31 deletions(-) diff --git a/plugins/network/dns/pdns_rec_qtypes b/plugins/network/dns/pdns_rec_qtypes index f1b63813..03744804 100755 --- a/plugins/network/dns/pdns_rec_qtypes +++ b/plugins/network/dns/pdns_rec_qtypes @@ -21,7 +21,7 @@ fi if [ "$1" = "config" ]; then echo 'graph_title PDNS Recursor Query Types' - echo 'graph_order a ns cname soa mr ptr hinfo mx txt rp afsdb sig key aaaa loc srv naptr kx cert a6 opt ds sshfp ipseckey rrsig nsec dnskey dhcid nsec3 nsec3param tlsa spf eui48 eui64 tsig ixfr axfr mailb maila any url mboxfw curl addr dlv' + echo 'graph_order a ns cname soa mr ptr hinfo mx txt rp afsdb sig key aaaa loc srv naptr kx cert a6 ds sshfp ipseckey rrsig nsec dnskey dhcid nsec3 nsec3param tlsa spf eui48 eui64 tsig mailb maila any dlv' echo 'graph_vlabel querytypes' echo 'graph_info Querytype breakdown' echo 'graph_category pdns' @@ -126,11 +126,6 @@ if [ "$1" = "config" ]; then echo 'a6.type DERIVE' echo 'a6.info Queries with A6 type' - echo 'opt.label OPT queries' - echo 'opt.min 0' - echo 'opt.type DERIVE' - echo 'opt.info Queries with OPT type' - echo 'ds.label DS queries' echo 'ds.min 0' echo 'ds.type DERIVE' @@ -201,16 +196,6 @@ if [ "$1" = "config" ]; then echo 'tsig.type DERIVE' echo 'tsig.info Queries with TSIG type' - echo 'ixfr.label IXFR queries' - echo 'ixfr.min 0' - echo 'ixfr.type DERIVE' - echo 'ixfr.info Queries with IXFR type' - - echo 'axfr.label AXFR queries' - echo 'axfr.min 0' - echo 'axfr.type DERIVE' - echo 'axfr.info Queries with AXFR type' - echo 'mailb.label MAILB queries' echo 'mailb.min 0' echo 'mailb.type DERIVE' @@ -226,21 +211,6 @@ if [ "$1" = "config" ]; then echo 'any.type DERIVE' echo 'any.info Queries with ANY type' - echo 'url.label URL queries' - echo 'url.min 0' - echo 'url.type DERIVE' - echo 'url.info Queries with URL type' - - echo 'mboxfw.label MBOXFW queries' - echo 'mboxfw.min 0' - echo 'mboxfw.type DERIVE' - echo 'mboxfw.info Queries with MBOXFW type' - - echo 'curl.label CURL queries' - echo 'curl.min 0' - echo 'curl.type DERIVE' - echo 'curl.info Queries with CURL type' - echo 'addr.label ADDR queries' echo 'addr.min 0' echo 'addr.type DERIVE'