Erlang OTP application to monitor multiple log files and be notified when errors occur.
Go to file
Fabio Salvini 5e2462b7b2 Update TODO 2017-10-25 21:48:38 +02:00
apps/log_monitor/src Limit number of emails sent per minute. 2017-10-25 05:27:41 +02:00
config Limit number of emails sent per minute. 2017-10-25 05:27:41 +02:00
.gitignore Updated. gitignore 2017-07-05 20:42:18 +02:00
LICENSE Fixed merged file 2017-06-27 23:07:30 +02:00
Makefile Updated Makefile 2017-07-05 20:42:04 +02:00
README.md Updated README 2017-07-05 21:33:16 +02:00
TODO.md Update TODO 2017-10-25 21:48:38 +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

README.md

log_monitor

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

Build

$ make

Release

$ make prod

Documentation

$ make doc