Erlang OTP application to monitor multiple log files and be notified when errors occur.
Go to file
2017-06-12 10:41:45 +02:00
apps/log_monitor/src Renamed monitor module to log_sup and added config module 2017-06-12 10:41:45 +02:00
config Dynamically add log files to monitor 2017-06-12 00:09:27 +02:00
.gitignore Coordinator & Mailer 2017-06-08 21:22:48 +02:00
LICENSE Added Rebar3 project files 2017-03-11 01:31:41 +01:00
README.md Added Rebar3 project files 2017-03-11 01:31:41 +01: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

log_monitor

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

Build

$ rebar3 compile