diff --git a/plugins/network/dns/pdns_rec_qtypes b/plugins/network/dns/pdns_rec_qtypes index 743e72ae..f1b63813 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 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'