Skip to content

A wrapper around monitoring-plugins which hides "Return code of ... is out of bounds"-errors by replaying the last regular check result

License

Notifications You must be signed in to change notification settings

lausser/check_stable

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

check_stable

Why?

Because i have a customer with extremely heavily loaded machines. There are checks based on check_logfiles which scan logfiles of nightly batches. Sometimes the batches use so much cpu and memory that check_by_ssh exits with Return code of ... is out of bounds

How to configure it

Code layout

$GOPATH/
    src/
        github.com/
            lausser/
                check_stable/
                    .git/
                    check_stable.go
                    check_stable_test.go
                    README.md

Setup the Workspace

mkdir ~/myworkspace
export GOPATH=~/myworkspace
cd $GOPATH
mkdir -p src/github.com/lausser
cd src/github.com/lausser
git clone https://github.com/lausser/check_stable.git

Build

cd $GOPATH/src/github.com/lausser/check_stable
go install
$GOPATH/bin/check_stable

About

A wrapper around monitoring-plugins which hides "Return code of ... is out of bounds"-errors by replaying the last regular check result

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published