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