Client library for munin in go
BSD
package documentation at go.pkgdoc.org
Install [Go 1][3], either [from source][4] or [with a prepackaged binary][5]. [3]: http://golang.org [4]: http://golang.org/doc/install/source [5]: http://golang.org/doc/install
Get the library
go get github.com/nightlyone/munin
Get the mfgo client
go get github.com/nightlyone/munin/cmd/mfgo
Play around with the client
$GOROOT/bin/mfgo -h
Contributions are welcome. Please open an issue or send me a pull request for a dedicated branch. Make sure the git commit hooks show it works.
enable commit hooks via
cd .git ; rm -rf hooks; ln -s ../git-hooks hooks ; cd ..