Releases: blacknell/watchdog
Releases · blacknell/watchdog
Fix - don't start new processes if old ones didn't die
Fix: user sigterm signal for friendly shutdown
1.8 fix: change the ask nicely kill to use SIGTERM
update: minor fix and change of behaviour
fix: don't bother checking for touched files if we already know the process is dead
add: let the caller change the redirection output of the process when starting with > /dev/null 2>&1
Fix: resets everytime due to error in process checking
1.6 fix: terrible error resets watchdog every time!
Fix: fails when no processes running
1.5 fix: watchdog ignores case when no processes running
More robust handling of process checks
1.4 Update Watchdog.php
Log watchdog pid to aid debugging
1.3 Update README.md
Support monolog 2.x
add: allow monolog 2.x
fix: clearer messages when the watchdog decides process must restart
Add list of watch files
If any of the watch files change since the process started then a restart will be forced
First stable version
Update wrapper.php use the watchdog log format, log at INFO level