I thought I’d pen this down right here as it took me a bit to really figure this out. Problem: I have some Hosts I would like to monitor but I cannot access them directly (VPN also isn’t an option in this case), so I would like to monitor them using SSH, some directly, some…
Category: Debian
Encrypted Backup-Server with Debian and Dirvish – LVM in LUKS
If you haven’t heard of Dirvish, it’s about time. It is a very neat, rsync and hardlink based backup solution, just like a pro version of Apple’s TimeMachine. What I want My setup is quite specific for my use case: Having used dirvish at work for a while I was still stuck with backup-manager on my…
Bridged Xen on Debian Wheezy on a Hetzner Server
Xen (not XeServer, btw!) seems to have taken a bak-seat recently, RedHat/CentOS/Fedora concentrating on KVM and Debian silently neglecting it. This is reflected in documentation, there is a lot of outdated stuff around, especially about bridged setups. Same occurs to packages, at least in Debian Wheezy (NB: I also tried on testing, same results with…
HowTo: Hetzner Backup-Server Automount
Das Problem: Hetzner bietet bei einem Root-Server zwar 100GB Backup-Space an, auf den kann man aber nur per FTP, SFTP oder CIFS zugreifen, es ist z.B. kein direktes rsync möglich. Ursprünglich hatte ich den backup space einfach ständig gemounted, allerdings gab es immer wieder Probleme mit hängenden Handles, vermutlich gehen die Backupserver in einen Energiesparmodus etc….
checkrestart für Nagios und Check_mk
Falls es jemanden interessiert: ich habe einen kleinen Wrapper für Nagios und Check_mk geschrieben, mit dem sich checkrestart sehr einfach ins Monitoring einbinden lässt… https://github.com/zapalotta/scriptlets Update: Juhu, jetzt auch auf Nagios Exchange.
Debian-Goodies
Falls die jemand noch nicht kennt (ich war bis vor ein paar Tagen so einer), die Debian-Goodies sind sehr empfehlenswert. apt-get install debian-goodies Mir hat es vor allem checkrestart angetan … checkrestart Prüft, welche Dienste noch alte Versionen von inzwischen upgedateten Paketen nutzen. dpigs Zeigt, welche installierten Pakete am meisten Platz benötigen which-pkg-broke <pkg> Zeigt…