vote up 2 vote down star
1

Is there any software that anyone can recommend that we run nightly to check for 404's and/or any other types of errors that might affect our production site?

flag

0% accept rate
Based on the title I was about to suggest stackexchange, but that is a different type of QA site. – Bob Oct 29 at 20:02

5 Answers

vote up 0 vote down

I haven't used this, but I have heard about it:

Are My Sites Up

link|flag
vote up -1 vote down
link|flag
vote up 0 vote down

It would depend on what webserver you were using (because you would most likely need to parse the server's error logs to glean this information).

If you are on Apache and can run PHP scripts you might try looking at the example on this site: http://www.dizzysoft.com/rss/track-apache-error-logs-with-php-rss-fee

That example will help you setup a PHP script that will generate an RSS feed to subscibe with errors from your server logs.

link|flag
Another option for an Apache/PHP setup is available here: prelovac.com/vladimir/… That example uses cron to send you an email summary of error once per day. – mindshare Oct 29 at 21:41
vote up 0 vote down

Do you mean something like a link checker?

e.g. http://validator.w3.org/checklink

or Xenu's Sleuth Link checker?

link|flag
vote up 0 vote down

Among the various webserver log analysis tools I would recommend AWFFull.

Based on the good old Webalizer, it tracks down 404 errors displaying both the target and referrering URL.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.