diff --git a/plugins/network/dns/pdns_rec_throttle b/plugins/network/dns/pdns_rec_throttle index e83624e2..8fbd66a9 100755 --- a/plugins/network/dns/pdns_rec_throttle +++ b/plugins/network/dns/pdns_rec_throttle @@ -21,7 +21,7 @@ fi if [ "$1" = "config" ]; then echo 'graph_title PDNS Recursor Throttling' - echo 'graph_order throttled + echo 'graph_order throttled' echo 'graph_vlabel queries' echo 'graph_info Throttled queries' echo 'graph_category pdns' @@ -34,6 +34,6 @@ if [ "$1" = "config" ]; then exit 0 fi -echo throttled.value `rec_control get throttled-out' +echo throttled.value `rec_control get throttled-out` exit 0