21 lines
558 B
Plaintext
21 lines
558 B
Plaintext
[
|
|
{ log_monitor,
|
|
[
|
|
%% File where the list of monitored log files is stored.
|
|
%% WARNING: If you leave it inside /tmp, every time the node is restarted the log files will be lost.
|
|
{storage, "/tmp/logfiles"},
|
|
{email_config,
|
|
[
|
|
{sender, "log@monitor.com"},
|
|
{default_receiver, "salvini.fabio001@gmail.com"},
|
|
{connection, [
|
|
{relay, "smtp.fabiosalvinii.com"},
|
|
{username, "salvini.fabio001@gmail.com"},
|
|
{password, ""}]
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
].
|