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.
- FPM
- Ruby (for FPM)
- rpmbuild
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
- 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
<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>
Plugin | Author(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 |
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!