Erlang OTP application to monitor multiple log files and be notified when errors occur.
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Fabio Salvini 1517c9c071 Add queue details 6 years ago
apps/log_monitor/src Add queue details 6 years ago
config Limit number of emails sent per minute. 6 years ago
.gitignore Updated. gitignore 7 years ago
LICENSE Fixed merged file 7 years ago
Makefile Updated Makefile 7 years ago
README.md Updated README 7 years ago
TODO.md Update TODO 6 years ago
rebar.config Removed dependency and restored ports 7 years ago
rebar.lock Removed erlexec dependency 7 years ago

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