Skip to content

Releases: darron/goshe

Tail is our Friend

09 Mar 01:19
Compare
Choose a tag to compare
Tail is our Friend Pre-release
Pre-release

Some small changes and one additional command:

  1. make help shows all Makefile targets Commit
  2. Added tail command to tail and match lines in arbitrary logfiles and send metrics to Dogstatsd. Code, Docs
  3. Silence an annoying log line that's not needed. Commit
  4. 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

25 Feb 16:46
Compare
Choose a tag to compare
Trump Takes Nevada Pre-release
Pre-release

Lots of changes:

  1. Added some environment variables that enable expvar, disable sending signals to dnsmasq and send arbritrary additional tags
  2. Properly handles dnsmasq restarting
  3. Fix the bug I introduced when adding the last feature. Fix
  4. Added a packagecloud build.
  5. Grab dnsmasq stats every 20 seconds instead of every 60. Commit

Kanye Needs Cash

17 Feb 16:36
Compare
Choose a tag to compare
Kanye Needs Cash Pre-release
Pre-release

Lots of changes - but the biggest change is the addition of dnsmasq stats support.

  1. Vagrantfile now completely sets up linux box to test on.
  2. Sends basic dnsmasq stats for answered locally and forwarded queries.
  3. Expvar is listening on http://127.0.0.1:1313 with all stats.

Gilmore Girls Unite

13 Jan 04:43
Compare
Choose a tag to compare
Gilmore Girls Unite Pre-release
Pre-release

This is the first release - it's mostly feature complete and fulfills what I wanted it to be:

  1. goshe match will match and send memory stats to Dogstatsd every 5 seconds.
  2. goshe apache will match and send memory and mod_status stats to Dogstatsd every 5 seconds.
  3. goshe ping will ping the address you indicate and send stats to Dogstatsd every 5 seconds.