Skip to content
This repository has been archived by the owner on Nov 4, 2020. It is now read-only.

Jimdo/checklogfile

 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 100.0%