enygma / expose

An Intrusion Detection System library loosely based on PHP IDS
MIT License
266 stars 55 forks source link

Alerting functionality #12

Closed enygma closed 11 years ago

enygma commented 11 years ago

Currently the system doesn't do alerting. This needs to be added to:

  1. First, notify an email address
  2. Send notifications to another system...

It should be implemented with a service layer so these alerting types can be switched out.

enygma commented 11 years ago

Some basic altering is in place - sending emails - but this should be much more (plus it builds HTML in the PHP right now. I'd like to implement Twig or something to let templates take care of that.

enygma commented 11 years ago

Twig has been implemented for templating on the email output, closing out this issue.