License
Apache License 2.0
A suite of Nagios style checks and metrics covering the basic needs for monitoring in a Sensu-like system.
In addition to Go and Make, building requires a couple of utilities.
During the build gödel will automatically install itself at $HOME/.godel
but dep must be installed beforehand using the dep installation instructions or follow the steps below for Linux.
cd $GOPATH
mkdir -p nagios-foundation/src/github.com/jkerry/
cd nagios-foundation/src/github.com/jkerry/
git clone https://github.com/jkerry/nagios-foundation.git nagiosfoundation
cd nagiosfoundation
For Linux. Use the dep installation instructions for other platforms.
mkdir $GOPATH/bin
curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh
$GOPATH/bin/dep ensure -v
make
The build artifacts can be found in out/build
.
Please describe the reason for reporting this asset. Our moderators will be notified and will disable the asset if it is found to be inappropriate.
×