To find out if your Microsoft cluster did a failover is a boring task to go in the eventviewer or logs. Well I wrote a script that does just that all it needs is check_nt NC_NET plugin on the server […]
Goolge index
Google is everywhere! This is a updated list of their actual services: Agenda de compromissos (Calendar), alertas (Alerts), anúncios online (AdSense, AdWords, AdMob), artigos acadêmicos (Scholar), artigos de experts (Knol), astronomia e outros mundos (Sky Map, Mars, Moon), blog (Blogger), […]
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) […]
Monitor FTP erros with nagios
So How can we know the FTP server is saving all files as it should. Well I found a way to go directly in the IIS-ftp log files and get the results from there. They key tool here was logparser, […]
LogParser Examples
Log Parser sample queries to check the health of your IIS,FTP. IIS log files queries These examples assume the log format used is W3C Extended. If a different format is used, the field names may need to be changed. Get […]
HTTP IIS codes
1xx – Informational These status codes indicate a provisional response. The client should be prepared to receive one or more 1xx responses before receiving a regular response. 100 – Continue. 101 – Switching protocols. 2xx – Success This class of […]