Author Archives: Sawant Shah

Munin Mysql Plugin on CentOS and Redhat

The MySQL plugin for Munin was giving me a lot of issues on RHEL 6. It wasn’t working regardless of what I did, and I didn’t come across any good-enough documentation that could have helped in this situation. Putting my search skills to use, it took parts of three different solutions to get the Mysql plugin up and running in Munin.

A combination of steps from the following three posts helped me:

So, if you are having any issues with Munin’s MySQL plugin in CentOS or Redhat, then one of these three solutions will definitely help you resolve it.

Automatic Deployment with Git

Here is a tutorial on utilizing Git for automatic deployments using its built-in hooks functionality.

This article will teach you how to use Git when you want to deploy your application. While there are many ways to use Git to deploy our application, this tutorial will focus on the one that is most straightforward.

Git repositories have a folder called ‘hooks’. This folder contains some sample files for possible actions that you can hook and perform custom actions set by you.

Read More