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…