Created
July 31, 2012 19:37
-
-
Save growse/3219851 to your computer and use it in GitHub Desktop.
Output unbound statistics for sending to graphite
This file contains 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