logalert
logalert copied to clipboard
does not work on Ubuntu 20.04?
hi, thanks for a great tool. appreciate your effort of making this tool but seems does not work in ubuntu or did i miss anything?
here's my config
{
"monitors": [
{
"name": "Test Monitor",
"path": "~/logs-to-watch/*.log",
"match": "ALERT|WARNING|ERROR",
"email": "[email protected]",
"mode": "whole",
"checksum": true
}
],
"mail_settings": {
"host": "smtp.gmail.com",
"port": 587,
"secure": false,
"auth": {
"user": "[email protected]",
"pass": "****"
},
"from": "[email protected]"
},
"sleep": 5,
"echo": 1,
"verbose": 2
}