log_monitor/config/logfiles.config

13 lines
250 B
Plaintext
Raw Normal View History

{monitored_logs, [
{
{group, "Test"},
{email_receivers, ["user@example.com"]},
{logfiles, [
{
{file, "/tmp/lines.log"},
{error_regex, "ERROR"}
}
]}
}
]}.