Comment 3 for bug 1062298

Revision history for this message
John-Magne Bredal (john-m-bredal) wrote : Re: NAV watchdog

WatchDog implemented as a series of custom tests based on original bug description.

Two GUI components implemented:
1. Widget that periodically runs the tests and displays result status, with option to display list of errors leading to error status.
2. Separate page that displays one time test result status, in addition to generic information about the NAV installation according to bug description.

Problems:
The test "Job Status" tests for any jobs that failed. This seems to always be the case (there is always at least one job that has failed), i.e. the test is useless. A test that does a more thorough inspection to discover if this is really is a problem should be implemented. For instance, if a job has failed 3 times in a row that is considered a problem, but a single failure is not.