I’m using for my own servers LXC for about a year now. I’m still fed up about bugs introduced by the beta version of LXC (0.8b) present in Debian Wheezy. As now LXC project has released a stable version, I’ve looked at the Debian backports, but didn’t have any chance to find a newer version on it :-(. However, a version 1.0.4 exist on Debian Jessie. I took the Debian sources and recompiled them on Wheezy (available here).
Thanks to Free Mobile (French mobile provider) to provides an SMS API. I enabled it for my own monitoring escalation, just in case I have problem receiving emails.
I’ve made a short documentation on how to setup SMS notification through Free Mobile for Nagios or Naemon (in french).
Enjoy :-)
I am using Nagios for about 8 years now for personal and professional usage. What I can say is, this is a super product, old and stable but not as scalable as I would like. We’re in the age of Cloud computing and in my opinion we shouldn’t have to take care about backup and monitoring in now days, this should be automatic.
I was searching a solution for my personal usages, that’s why I first wanted a lightweight solution but with enough maturity to auto discover my newly created LXC containers.
All, I’m proud to announce my first book available for pre-order! I’m really happy to have finished it and see after several months of hard work that it will be soon available.
Who is this book for?
MariaDB High Performance is aimed at system administrators/architects or DBAs who want to learn more about how to grow their current infrastructure to support larger traffic.
Before beginning with this book, we expect you to be well–practised with MySQL/MariaDB for common usage.
I recently talked about Gogs and really like this solution. The main problem I encounter was the current stable version which may not be usable on Debian.
Here is a quick solution to make it work. First of all, install git:
apt-get install git Then you can download the latest compiled version directly from gobuild.
wget http://gobuild.io/github.com/gogits/gogs/master/linux/amd64 -O output.zip unzip output.zip ./start.sh You can now access to port 3000. If you want to use it through a web server, here is my configuration with Nginx.
In the previous posts, I’ve introduced my Ansible playbooks for kibana and Elasticsearch.
You may now be happy to know that I’ve made an Ansible playbook for Fluentd as well. If you still don’t see what those tree ansible playbook can do when they are combined together, you’ll see in the next post :-)
As I’m an Ansible fan, I’ve created a playbook for it available on GitHub and on the Ansible Galaxy. You’ll be able to add additional plugins like Head, Curator, Mavel…
I hope you’ll enjoy it.