georgeyord / monitoring-plugins

Monitoring (Nagios) plugins we use.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

monitoring-plugins

Monitoring (Nagios) plugins that Skyscrapers uses.

Requirements

  • Ruby + Ruby-dev
  • FPM
  • Ruby (for FPM)

In case of docker run it is only needed Docker.

Usage

If you want to test the build locally you can run the following commands:

apt-get install ruby-dev
gem install fpm
./scripts/build.sh

Once you are happy with the packages you want to add change the version in scripts/build.sh and push the code. The code will be automatically build and pushed by travis-ci

Usage with docker

./build-docker.sh

Test framework

For new developments tox/nosetests is setup. Test can be added to /test folder

Run the test

./build-test-docker.sh

Plugins

About

Monitoring (Nagios) plugins we use.

License:GNU General Public License v3.0


Languages

Language:Perl 56.8%Language:Python 25.4%Language:Shell 17.6%Language:Ruby 0.1%