A Nagios/Icinga plugin to check remote monit installations.
This can be used in scenarios, when using monit as node centric montitoring tools and on top using Icinga to monitor a whole environment.
This gives you feedback if there are any unmoniorted monit checks and about their state.
This plugin is based on Jens Braeuer's remote icinga plugin: https://github.com/jbraeuer/check_remote_icinga
gem install excon
cp check_monit.rb /usr/lib/nagios/plugins
- package
excon
as Debian package (use https://github.com/jordansissel/fpm) dpkg-buildpackage -b
Send me your changes via pull-request.
GPLv3
- Hajo Eichler
- Jens Braeuer