nightlyone / checklogfile

Nagios compatible logfile checker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

checklogfile

NOTE: Work in progress at the moment.

Build Status

LICENSE

BSD

documentation

package documentation at go.pkgdoc.org

quick usage

TODO

build and install

install from source

Install Go 1, either from source or with a prepackaged binary.

Then run

go get github.com/nightlyone/checklogfile
go get github.com/nightlyone/checklogfile/cmd/check_logfile

Usage via

$GOPATH/bin/check_logfile -h

LICENSE

BSD

documentation

TODO contributing

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.

git commit hooks

enable commit hooks via

    cd .git ; rm -rf hooks; ln -s ../git-hooks hooks ; cd ..

About

Nagios compatible logfile checker

License:MIT License


Languages

Language:Go 100.0%