Programs

change RRDtool database without losing data

When you use rrdtool, it can happen that you first create your databases, then collect a whole bunch of data and decide later you want more accuracy/longer periods. Especially when using zenoss (the monitoring solution I mostly work with at Kangaroot), which uses very conservative RRD settings by default (i.e. 5-minute intervals for only the […]

change RRDtool database without losing data Meer lezen »

How to install the transcoding tools on Ubuntu 14.04

This HowTo describes how to install the transcoding tools under Ubuntu 14.04 For Open Source Transcoding  you have to install the transcoding tools (MPlayer, mencoder, ffmpeg, flvtool2, faststart). As the Ubuntu packages do not support all required formats, we have to compile the required tools. In most cases please just copy & paste the code into

How to install the transcoding tools on Ubuntu 14.04 Meer lezen »

NameVirtualHost *:80 has no VirtualHosts error

Bij het herstarten van Apache verschijnt de error: NameVirtualHost *:80 has no VirtualHosts Dit probleem ontstaat als meerdere keren NameVirtualHost is gedefinieerd; Somewhere in your configuration, probably in the Apache default configuration file (I think /etc/apache2/httpd.conf in Ubuntu? someone can correct me in the comments), is a line that looks like:

NameVirtualHost *:80 has no VirtualHosts error Meer lezen »

Unknown table engine INNODB in Munin mysql_connections

Munin is een applicatie dat wordt gebruikt om te monitoren. Het genereerd statistieken en zet het om in overzichtelijke afbeeldingen. In  deze post beschrijf ik hoe met Munin MySQL databases kan worden gemonitord. Echter komt er een foutmelding als een InnoDB database wordt gemonitord. InnoDB is is een snelle MySQL engine. Echter is deze deprecated. Als InnoDB

Unknown table engine INNODB in Munin mysql_connections Meer lezen »