Erlang OTP application to monitor multiple log files and be notified when errors occur.
Go to file
2017-07-03 17:33:30 +02:00
apps/log_monitor/src EUnit tests 2017-07-03 17:33:30 +02:00
config Moved tail cmd to config file 2017-07-03 15:35:43 +02:00
.gitignore Fixed merged file 2017-06-27 23:07:30 +02:00
LICENSE Fixed merged file 2017-06-27 23:07:30 +02:00
Makefile EUnit tests 2017-07-03 17:33:30 +02:00
README.md Fixed merged file 2017-06-27 23:07:30 +02:00
rebar.config Removed dependency and restored ports 2017-06-08 21:39:52 +02:00
rebar.lock Removed erlexec dependency 2017-06-29 07:17:53 +02:00
TODO.md Managed problem of infinite consecutive errors 2017-07-02 13:35:56 +02:00

log_monitor

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

Build

$ rebar3 compile