Changes between Version 1 and Version 2 of WatchDog
- Timestamp:
- Apr 24, 2007, 8:40:46 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WatchDog
v1 v2 5 5 BOINC provides a framework for defining watchdogs: 6 6 7 8 7 * A set of '''watchdog scripts''' are run from cron. Each script checks for an error condition, and present, it appends a descriptive line to an error log file. An example is '''wd_nresults_changing.php''', which makes sure that the number of results changes. 9 8 * The script '''wd.php''', also run from cron, scans the error log files. If any has been updated since the last run, it sends email to a set of recipients, containing the last line of the file. 10 9 11 10 These files are in the sched/ directory.