Install and Configure Zenoss as Centralized Monitoring System Rumi, April 24, 2013 Good system administrator should know that they need to do these 3 most important things after delivering a server: secure monitor backup As part of monitoring task, in this tutorial, I am going to show on how to build a centralized monitoring system using Zenoss. Zenoss will need to use… Continue Reading
LSyncd Rumi, April 24, 2013 I have a situation where there is one critical website under our company server is critically need to be sync to our backup server. Sync means whatever changes happen in master server, it will replicated to slave server. Yes, you can rsync. But, I do not want to schedule the… Continue Reading
High Availability: Configure Piranha for HTTP, HTTPS and MySQL Rumi, April 24, 2013April 24, 2013 In this post we will complete over the Piranha configuration with HTTP and HTTPS load balancing using direct-routing with firewall marks and MySQL load balancing using direct-routing only. HTTP/HTTPS will need to be accessed by users via virtual public IP 130.44.50.120 while MySQL service will be accessed by web servers… Continue Reading
Manage Multiple MySQL Servers using PHPmyAdmin Rumi, April 19, 2013April 19, 2013 In my environment, I have 5 different MySQL database servers running separately under different geographical location. Since it run standalone and not in cluster mode, I need to have one platform to manage these database servers altogether. PHPmyAdmin is able to do this, with some changes on the configuration files…. Continue Reading
CentOS: Configure Piranha as Load Balancer (Direct Routing Method) Rumi, April 19, 2013 I am currently working on a web cluster project using CentOS. In this project, I have 2 web servers running on Apache and mounted the same document root to serve the HTTP content. I also have 2 servers in front of it to become the load balancer and failover to… Continue Reading
Munin adding up new eth interface Rumi, April 17, 2013 root@pluto:/usr/share/munin/plugins# ./if_ suggest ath0 eth0 –shell munin-node-configure –shell creates symlink commands to link useful plugins from the plugin library to the plugin service directory (usually /etc/munin/plugins). To continue the if_ example: root@pluto:/usr/share/munin/plugins# munin-node-configure –shell ln -s /usr/share/munin/plugins/if_ /etc/munin/plugins/if_ath0 ln -s /usr/share/munin/plugins/if_ /etc/munin/plugins/if_eth0 Continue Reading
Centos Install and Configure MRTG Rumi, April 6, 2013 The Multi Router Traffic Grapher (MRTG) is a tool to monitor the traffic load on network-links. MRTG generates HTML pages containing PNG images which provide a LIVE visual representation of this traffic. You need the following packages: mrtg : Multi Router Traffic Grapher net-snmp and net-snmp-utils : SNMP (Simple Network… Continue Reading
Using DKIM to Authenticate Email Message Rumi, March 25, 2013September 11, 2016 Domain Keys Identified Mail (DKIM) defines a domain-level authentication mechanism that lets your organization take responsibility for transmitting an email message in a way that can be verified by a recipient. Your organization can be the originating sending site or an intermediary. Your organization’s reputation is the basis for evaluating… Continue Reading
pressflow varnish installation and configuration Rumi, March 24, 2013March 24, 2013 Installation Varnish is the key software that speeds up your web site. It is Open Source, built on industry standards and requires very few resources. Varnish is distributed in the EPEL (Extra Packages for Enterprise Linux) package repositories. However, while EPEL allows new versions to be distributed, it does not… Continue Reading
Munin Installation on Linux Rumi, March 24, 2013 Installation on Debian/Ubuntu? If you are running Debian/Ubuntu?, you are in luck. Munin node Since "Munin Node" is in the standard repository, you can just type: # apt-get install munin-node Munin master Since "Munin master" is in the standard repository, you can just type: # apt-get install munin Installation on… Continue Reading