This nagios plugin VBS script, gets exactly the amount of CPU a specific Aplication Pool is using, it helps a lot to identify witch site is using more CPU. It was tested on Windows 2003 only. I had the help […]
font woff problem
roblem: The default webserver (Apache/IIS) does not have some fonts format ‘we’ added to the website This result in the browser, specially firefox to take long time to load the page. The problem is clearly much worst in Firefox, do […]
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 […]
replicate IIS configuration
Well if you have the mission to keep multiple webservers IIS 6.0 with exactly same setup its not an easy job! I was faced with this challenge and ended up writing yet another vbs script. I played with Microsoft tool […]
Monitor IIS erros with nagios
So How can we know the IIS server is responding to all petitions? Well I found a way to go directly in the IIS log files and get the results from there. They key was logparser Its very usefull to […]
website performance tools
So how can we now a website is working how it should. As far as performance, server settings, code etc… Well there are lots of tools out there but the best ones I have came across are: Firefox AddOn Firebug […]