So many check_mem scripts out there but I am still not satified so I wrote my own. Many scripts report the total use of memory but they dont care how much memory is placed in cache by the OS or […]
flash 64bits +windows
Finally Adobe released a 64 bit of Flash Player!!! I have been waiting for long time for this day. It is called Adobe Flash Player “Square” go ahead and download it here More details: Adobe® Flash® Player “Square” is a […]
Nagios check_con
I wrote a simple plugin to check the number of established connections to a windows server. Just execute: cmd /c netstat -an |find /i “estab” /c I also wrote a script for Windows Here is the code I have also […]
Howto Setup Varnish
Updated Version of this howto Varnish is a awesome Reverse Proxy, for caching websites and improves its performance in a polish varnish way. To setup follow the instructions (tested on CentOS yum update yum install ncurses-devel make clean mkdir /usr/local/src/varnish-2.0.5 […]
Upgrade Centreon to 2.1.8
Upgrade Centreon to 2.1.8 wget http://download.centreon.com/index.php?id=140 tar -zxvf centreon-2.1.8.tar.gz cd centreon-2.1.8 bash install.sh -u /etc/centreon (INFO, find / -name instCent*.conf will show u the directory) Go to the http:///centreon And follow the instructions *INFO: For update Centreon ( > 2.0) […]
reset esx 4 password
How to reset ESX password 1. Power on the ESX server. At the Grub boot loader, select the “VMware ESX 4.0” entry and press a to modify the kernel arguments. 2. Add a space and the word single to the […]