20 Dec 2015 Spirula’s iptables Ansible Role

Ansible is a popular configuration management and IT automation tool, it’s created by Michael DeHaan in 2012, unlike most of the configuration management tools Ansible doesn’t require agent at client server, it is an agentless tool that just requires only ssh access to the remote...

Read More

29 Sep 2015 Packetbeat

Continuing our quest for a replacement for OpsView, we stumbled upon Packetbeat monitoring system. Although it's not exactly a fully fledged monitoring system, since it doesn't include any method for alerting, it could provide excellent insights when troubleshooting complex issues involving a lot of moving...

Read More

31 Aug 2015 First Look at The ELK stack

We are still going through monitoring tools to find a replacement for Opsview. This time we are going to discover some features with the ELK stack (elasticsearch - Logstash - Kibana). ELK stack is considered one of the important logging solutions, that can store and analyze various...

Read More

10 Jun 2015 Prometheus Monitoring System

Ever since Opsview officially announced the deprecation of Opsview Core, the Nagios based monitoring and alerting system we use for monitoring applications and services on all servers that we manage, we have been looking for alternative monitoring solutions. Last week, we started exploring Prometheus, a newly released open...

Read More

20 Jan 2015 Gunicorn Worker Types

Gunicorn is a simple yet powerful python WSGI HTTP server, it supports some python frameworks natively. It has many features like server hooks, SSL support, multiple worker types, and integeration with Django and Paster. Gunicorn is a pre-fork model server, which means that a master process...

Read More