2
0
mirror of https://github.com/munin-monitoring/contrib.git synced 2018-11-08 00:59:34 +01:00

Removed OPT, IXFR, AXFR, URL, MBOXFW and CURL as they aren't being used in pdns_recursor

This commit is contained in:
Fusl 2014-01-23 10:21:00 +01:00
parent 9e884a3546
commit a4d97861c2

View File

@ -21,7 +21,7 @@ fi
if [ "$1" = "config" ]; then if [ "$1" = "config" ]; then
echo 'graph_title PDNS Recursor Query Types' 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_vlabel querytypes'
echo 'graph_info Querytype breakdown' echo 'graph_info Querytype breakdown'
echo 'graph_category pdns' echo 'graph_category pdns'
@ -126,11 +126,6 @@ if [ "$1" = "config" ]; then
echo 'a6.type DERIVE' echo 'a6.type DERIVE'
echo 'a6.info Queries with A6 type' 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.label DS queries'
echo 'ds.min 0' echo 'ds.min 0'
echo 'ds.type DERIVE' echo 'ds.type DERIVE'
@ -201,16 +196,6 @@ if [ "$1" = "config" ]; then
echo 'tsig.type DERIVE' echo 'tsig.type DERIVE'
echo 'tsig.info Queries with TSIG type' 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.label MAILB queries'
echo 'mailb.min 0' echo 'mailb.min 0'
echo 'mailb.type DERIVE' echo 'mailb.type DERIVE'
@ -226,21 +211,6 @@ if [ "$1" = "config" ]; then
echo 'any.type DERIVE' echo 'any.type DERIVE'
echo 'any.info Queries with ANY type' 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.label ADDR queries'
echo 'addr.min 0' echo 'addr.min 0'
echo 'addr.type DERIVE' echo 'addr.type DERIVE'