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 […]
IIS request
I found this really interesting diagram about how the IIS works. Also the HTTP error codes witch was very helpfull to debug problems. ref.: http://msdn.microsoft.com/en-us/library/ms524901%28VS.90%29.aspx
Cannot get perfdata file. Unkown perfdata file
Using Nagios / Centreon Distributed Monitoring Problem: # tail -f /usr/local/centreon/log/centcore.log “Cannot get perfdata file. Unkown perfdata file on poller 2” and # tail /usr/local/centreon/log/nagiosPerfTrace.log “Use of uninitialized value in concatenation (.) or string at /usr/local/centreon/bin/nagiosPerfTrace line 346. DBD::mysql::db do […]
InnoDB: Operating system error number 13
InnoDB: Operating system error number 13 I was trying to move a DB files location and then MySQL would not start,wtih error: Aug 6 14:13:49 katia mysqld_safe[20041]: started Aug 6 14:13:49 katia mysqld[20046]: 090806 14:13:49 InnoDB: Operating system error number […]
X-lite in ubuntu
Running x-lite in Ubuntu 8.10 hardy. X-Lite is a VOiP application made by http://www.counterpath.com/ it allows configuration via SIP protocol. Download the application and then # tar -zxvf X-Lite_Install.tar.gz # cd xten-xlite # chmod +x xtensoftphone #./xtensoftphone It will […]