Releases: darron/goshe
Releases · darron/goshe
Tail is our Friend
Some small changes and one additional command:
make help
shows all Makefile targets Commit- Added
tail
command to tail and match lines in arbitrary logfiles and send metrics to Dogstatsd. Code, Docs - Silence an annoying log line that's not needed. Commit
- Removed some code we didn't need anymore because we are seeking the end of the file.
Compiled with Golang 1.6.
Trump Takes Nevada
Lots of changes:
- Added some environment variables that enable expvar, disable sending signals to dnsmasq and send arbritrary additional tags
- Properly handles dnsmasq restarting
- Fix the bug I introduced when adding the last feature. Fix
- Added a packagecloud build.
- Grab dnsmasq stats every 20 seconds instead of every 60. Commit
Kanye Needs Cash
Lots of changes - but the biggest change is the addition of dnsmasq stats support.
- Vagrantfile now completely sets up linux box to test on.
- Sends basic dnsmasq stats for answered locally and forwarded queries.
- Expvar is listening on http://127.0.0.1:1313 with all stats.
Gilmore Girls Unite
This is the first release - it's mostly feature complete and fulfills what I wanted it to be:
goshe match
will match and send memory stats to Dogstatsd every 5 seconds.goshe apache
will match and send memory and mod_status stats to Dogstatsd every 5 seconds.goshe ping
will ping the address you indicate and send stats to Dogstatsd every 5 seconds.