Updated Monitoring Plugins Version is coming soon

Three months ago version 2.0 of Monitoring Plugins [https://www.monitoring-plugins.org/] was released. Since then many changes [https://github.com/monitoring-plugins/monitoring-plugins/compare/v2.0...master] were integrated. You can find a quick overview in the upstream NEWS [https://github.com/monitoring-plugins/monitoring-plugins/blob/master/NEWS]. Now it's…

Redis HA with Redis Sentinel and VIP

For an actual project we decided to use Redis [http://redis.io/] for some reasons. As there is availability a critical part, we discovered that Redis Sentinel [http://redis.io/topics/sentinel] can monitor Redis and handle an automatic master failover to a available slave. Setting up the Redis replication…

Monitoring Plugins Debian packages

You may wonder why the old good nagios-plugins [https://packages.qa.debian.org/nagios-plugins] are not up to date in Debian [https://www.debian.org/intro/about] unstable [https://www.debian.org/releases/unstable/] and testing [https://www.debian.org/releases/testing/]. Since the people behind and maintaining the plugins…

Monitoring Plugins release ahead

It seems to be a great time for monitoring solutions. Some of you may have noticed that Icinga [http://icinga.org] has released [https://www.icinga.org/2014/06/16/icinga-2-0-has-arrived/] it's first stable version of the completely redeveloped Icinga 2 [https://www.icinga.org/icinga2/] . After several changes in…

Chemnitzer Linuxtage 2014 ahead

As Jan has previously announced [https://debianstuff.dittberner.info/posts/going-to-chemnitzer-linux-tage-2014.html] , the Debian [https://www.debian.org/about/] project is maintaining a booth at Chemnitzer Linux-Tage 2014 [http://chemnitzer.linux-tage.de/2014/], which is also organized by him. This year we will have merchandising at the booth, which is…

Bye bye Nagios-Plugins

Last night it seems the so called 'Nagios Plugins' project [http://www.nagios-plugins.org/] was cut off. The story started a decade ago when development of the plugins compatible with Nagios [http://en.wikipedia.org/wiki/Nagios] was taken over by an independent group of developers [https://www.monitoring-plugins.org/…

Crossbuilding Debian packages with sbuild (for Raspbian)

Yesterday I asked [https://log.cyconet.org/2013/11/24/running-icinga-with-lighttpd-on-a-raspberry/] myself, how to setup a crossbuild environment on a Debian [http://www.debian.org] wheezy [http://www.debian.org/releases/wheezy/]/amd64 [http://en.wikipedia.org/wiki/X86-64] to build binary packages compatible [http://www.raspbian.org/RaspbianFAQ#Can_…

Running icinga with lighttpd on Debian whezzy (and a Raspberry)

At first we need to install Icinga [https://www.icinga.org/] and lighttpd [http://www.lighttpd.net/]: # aptitude install icinga lighttpd We need to enable the lighttpd cgi and authentication module: # lighttpd-enable-mod cgi && ighttpd-enable-mod auth Let's create a config for Icinga (in a subdir of the default vHost). As you…