ERROR: warning ‘Heartbeat’] Failed to bind heartbeat socket (-1). Using any IP. Our ESX server is in a remote site using NAT to connect to the Virtual Center and it loses connection because the ports are not open and the […]
Download Recursive Entire Site
Using WGET on Windows: Start>Run>cmd set http_proxy=http://proxy:8080 wget -d -v -x -U “Mozilla” –proxy=on –proxy-user=user –proxy-passwd=pass –spider –recursive –level=2 http://www.yahoo.com/ In linux: export http_proxy=”http://${user}:${pass}@proxy:8080″ wget -d -v -x -U “Mozilla” –proxy=on –recursive http://www.yahoo.com/ –spider will not save files locally –level=2 […]
How to install Centreon-Syslog module
1.Download and install the centreon-syslog-server # wget http://forge.centreon.com/attachments/download/568/centreon-syslog-server-1.1.tar.gz # tar -zxvf centreon-syslog-server-1.1.tar.gz # cd centreon-syslog-server-1.1.tar.gz # chmod +x install.sh # bash install.sh -i NOTE: go thru the interactive setup, u will need the mysql root pass. Make note of the […]
Shopping WebSite
If you like gadgets, tech stuff, some useless stuff… Cheap and shipped worldwide for FREE. check out DEALEXTREM.
Nagios XI
Nagios is comming up with a new non-free Version called NAGIOS XI The prices are: Up to 50 nodes 595U$ Up to 100 nodes 995U$ Unlimited nodes 1,250U$ I think its sad to see such a amazing product become comercial, […]
Centreon 2.1.4
New Release of Centreon 2.1.4, i have updated using the following commands: # wget http://download.centreon.com/index.php?id=4242 # tar -zxvf centreon.. # bash install.sh -u /usr/local/centreon (follow instructions and go into the web to update) The Change Log is: fix: extended information […]
Setup Fail2Ban
How to Install fail2ban on CentOS RedHat Reference to my original post here Make sure you have the repo darg for CentOS/RedHat # yum install fail2ban # chkconfig –add fail2ban # chkconfig fail2ban on # vim /etc/fail2ban.conf [DEFAULT] background = […]