-
-
Save aalmenar/7808c2809b724854649746d23360cf7e to your computer and use it in GitHub Desktop.
Output unbound statistics for sending to graphite
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| /usr/sbin/unbound-control stats|grep -E '^total\.|^num\.' | sed 's/=/\t/' | gawk 'BEGIN{"hostname -f" | getline hstnm ; }; {print "unbound." hstnm "." $0"\t" strftime("%s")}' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment