Code Monkey home page Code Monkey logo

monitoring-plugins's Introduction

Monitoring-plugins

This is a selection of plugins for both Nagios and Icinga.
Packages are built in a CI fashion using Jenkins and can be found on our repo.

A script to build packages yourself is included as well.

Requirements

  • FPM
  • Ruby (for FPM)
  • rpmbuild

Usage

RHEL/CentOS:

yum install rpm-build
gem install fpm --no-rdoc --no-ri
cd build
make

Debian:

apt-get install rpm
gem install fpm --no-rdoc --no-ri
cd build
make

Optional

  • Jenkins

In order to have Jenkins to build your packages simply add a new command shell build directive, with the following content:

make
  • Vagrant

An example Vagrant project has been included to get you started right away.

cd vagrant
vagrant up
make vagrant-build

Available plugins

<tr>
    <td>check_rabbitmq_aliveness</td>
    <td><a href="http://jamesc.net/">James Casey</a></td>
    <td><a href="https://github.com/jamesc/nagios-plugins-rabbitmq">upstream</a></td>
</tr>
<tr>
    <td>check_rabbitmq_aliveness</td>
    <td><a href="http://jamesc.net/">James Casey</a></td>
    <td><a href="https://github.com/jamesc/nagios-plugins-rabbitmq">upstream</a></td>
</tr>
<tr>
    <td>check_rabbitmq_objects</td>
    <td><a href="http://jamesc.net/">James Casey</a></td>
    <td><a href="https://github.com/jamesc/nagios-plugins-rabbitmq">upstream</a></td>
</tr>
<tr>
    <td>check_rabbitmq_overview</td>
    <td><a href="http://jamesc.net/">James Casey</a></td>
    <td><a href="https://github.com/jamesc/nagios-plugins-rabbitmq">upstream</a></td>
</tr>
<tr>
    <td>check_rabbitmq_queue</td>
    <td><a href="http://jamesc.net/">James Casey</a></td>
    <td><a href="https://github.com/jamesc/nagios-plugins-rabbitmq">upstream</a></td>
</tr>
<tr>
    <td>check_rabbitmq_server</td>
    <td><a href="http://jamesc.net/">James Casey</a></td>
    <td><a href="https://github.com/jamesc/nagios-plugins-rabbitmq">upstream</a></td>
</tr>
<tr>
    <td>check_rabbitmq_watermark</td>
    <td><a href="http://jamesc.net/">James Casey</a></td>
    <td><a href="https://github.com/jamesc/nagios-plugins-rabbitmq">upstream</a></td>
</tr>
<tr>
    <td>check_solr.py</td>
    <td><a href="http://github.com/cpganderton">Chris Ganderton</a></td>
    <td><a href="https://github.com/cpganderton/nagios-solr">upstream</a></td>
</tr>
<tr>
    <td>check_es_*</td>
    <td><a href="https://github.com/opentable/">Paul Stack</a></td>
    <td><a href="https://github.com/opentable/nagios-elasticsearch">upstream</a></td>
</tr>
<tr>
    <td>check_puppetdb_*</td>
    <td><a href="https://github.com/jasonhancock/nagios-puppetdb.git">Jason Hancock</a></td>
    <td><a href="https://github.com/jasonhancock/nagios-puppetdb.git">upstream</a></td>
</tr>
<tr>
    <td>check_mongodb.py</td>
    <td><a href="http://zcentric.com/">Mike Zupan</a></td>
    <td><a href="https://github.com/mzupan/nagios-plugin-mongodb.git">upstream</a></td>
</tr>
<tr>
    <td>check_printer</td>
    <td><a href="http://www.ciphron.de/">JK</a></td>
    <td><a href="http://exchange.nagios.org/directory/Plugins/Hardware/Printers/check_printer--2D-All-in-one-printer-check-suitable-for-most-devices/details">upstream</a></td>
</tr>
<tr>
    <td>check_jstat</td>
    <td><a href="https://github.com/Ericbla/">Alcatel-Lucent</a></td>
    <td><a href="https://github.com/Ericbla/check_jstat.git">upstream</a></td>
</tr>
<tr>
    <td>check_ntpd-health.pl</td>
    <td><a href="https://github.com/leprasmurf">Tim Forbes</a></td>
    <td><a href="http://exchange.nagios.org/directory/Plugins/Network-Protocols/NTP-and-Time/check_ntpd/details">upstream</a></td>
</tr>
<tr>
    <td>check_service-restart</td>
    <td><a href="https://exchange.icinga.org/arioch/check_service_restart">Tom De Vylder</a></td>
    <td><a href="https://github.com/arioch/check_service_restart">upstream</a></td>
</tr>
<tr>
    <td>check_long-procs</td>
    <td><a href="http://exchange.nagios.org/directory/Plugins/Operating-Systems/Linux/check_long_procs/details">Ajoy Bharath</a></td>
    <td><a href="http://zeal4linux.org/nagios.html">upstream</a></td>
</tr>
<tr>
    <td>check_drupal-cron</td>
    <td>unknown</td>
    <td>unknown</td>
</tr>
<tr>
    <td>check_pgactivity</td>
    <td><a href="http://opm.io">Open PostgreSQL Monitoring</td>
    <td><a href="https://github.com/OPMDG/check_pgactivity">upstream</td>
</tr>
PluginAuthor(s)Source
check_bacula Julian Hein upstream
check_mem.pl Garrett Honeycutt upstream
check_mysqld.pl William Leibzon upstream
check_linux-procstat.pl William Leibzon upstream
check_memcached.pl William Leibzon upstream
check_apache-auto.pl Robert Becht upstream
check_puppet.rb R.I. Pienaar upstream
check_linux-stats.pl Damien Siaud upstream
check_drbd Michael Chapman upstream
pmp-check-lvm-snapshots Percona upstream
pmp-check-mysql-deadlocks Percona upstream
pmp-check-mysql-deleted-files Percona upstream
pmp-check-mysql-file-privs Percona upstream
pmp-check-mysql-innodb Percona upstream
pmp-check-mysql-pidfile Percona upstream
pmp-check-mysql-processlist Percona upstream
pmp-check-mysql-replication-delay Percona upstream
pmp-check-mysql-replication-running Percona upstream
pmp-check-mysql-status Percona upstream
pmp-check-pt-table-checksum Percona upstream
pmp-check-unix-memory Percona upstream
check_iostat Thiago Varela upstream
check_postfix-mailqueue Bjoern Bongermino upstream

Contributions

As usual contributions are highly encouraged. If you'd like to do so, please do not hesitate to send pull requests.

Guidelines:

  • Fork this repository
  • Add plugin script to the repository
  • Add plugin details to build.txt
  • Update author table in README.md
  • Send a pull request
  • ...
  • Profit!

monitoring-plugins's People

Contributors

arioch avatar krisbuytaert avatar pulecp avatar verosk avatar carroarmato0 avatar visibilityspots avatar vstone avatar

Watchers

Lukas Hrachovina avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.