Erlang OTP application to monitor multiple log files and be notified when errors occur.
Go to file
Fabio Salvini ded3dacd9b Merge
2017-06-27 23:05:54 +02:00
apps/log_monitor/src Fallback timer for infinite consecutive errors 2017-06-26 19:47:43 +02:00
config Use group receivers when sending email, custom subject 2017-06-26 16:27:53 +02:00
.gitignore Merge 2017-06-27 23:05:54 +02:00
LICENSE Merge 2017-06-27 23:05:54 +02:00
README.md Merge 2017-06-27 23:05:54 +02:00
rebar.config Removed dependency and restored ports 2017-06-08 21:39:52 +02:00
rebar.lock Coordinator & Mailer 2017-06-08 21:22:48 +02:00
TODO.md Fallback timer for infinite consecutive errors 2017-06-26 19:47:43 +02:00

<<<<<<< HEAD log_monitor

Erlang OTP application to monitor multiple log files and be notified when errors occur.

Build

$ rebar3 compile

=======

log_monitor

Erlang application to monitor multiple log files and be notified when errors occur.

d5d23078c8