[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [hobbit] grouping methods



On Mon, Jun 16, 2008 at 1:41 PM, Rich Smrcina <rsmrcina (at) wi.rr.com> wrote:

> Oh, I think I get it.... you want to be able to consolidate notifications.
>  Somehow, if Hobbit knows that the same person is going to get notified of
> multiple events, that it should only send one.
>
> Yes, nice....


It might not be perfect, but perhaps that could be managed via a couple of
scripts.  Configure Hobbit to alert using the SCRIPT option, and have that
script append the message to a file named for the recipient.  Have a second
script fired by cron that would do the delivery via email, SMS, etc, then
delete the file.

Ralph Mitchell