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

Made a typo at RRSIG (was: PRSIG)

This commit is contained in:
Fusl 2014-01-23 10:13:47 +01:00
parent 0d2b3037e6
commit 9e884a3546

View File

@ -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 prsig 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 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_vlabel querytypes'
echo 'graph_info Querytype breakdown'
echo 'graph_category pdns'
@ -146,10 +146,10 @@ if [ "$1" = "config" ]; then
echo 'ipseckey.type DERIVE'
echo 'ipseckey.info Queries with IPSECKEY type'
echo 'prsig.label PRSIG queries'
echo 'prsig.min 0'
echo 'prsig.type DERIVE'
echo 'prsig.info Queries with PRSIG type'
echo 'rrsig.label RRSIG queries'
echo 'rrsig.min 0'
echo 'rrsig.type DERIVE'
echo 'rrsig.info Queries with RRSIG type'
echo 'nsec.label NSEC queries'
echo 'nsec.min 0'