Skip to content

Commit

Permalink
Absence of Success
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Walder committed Jul 31, 2014
1 parent 4734b95 commit 81e819e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ This is a trivial PHP client (one class with a fluent interface) that helps you

One thing that is often overlooked when writing crons and other regular processes is health monitoring. This usually takes the form of "Oh my god, such-and-such a script has not run successfully for 2 weeks, help!".

## Absence of Success ##

One key thing here is that this system looks for the absence of a success message. So, if your cron starts hitting a Fatal error, this will tell you. Regular "log/email" stuff in a script will not even get hit.

## Getting Started ##

When you need to know if some regular process stops working, do something like this at the end of your script (when you know the job is done to satisfaction)
Expand Down

0 comments on commit 81e819e

Please sign in to comment.