logalert icon indicating copy to clipboard operation
logalert copied to clipboard

does not work on Ubuntu 20.04?

Open wakjoko opened this issue 3 years ago • 4 comments

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
}

wakjoko avatar Nov 19 '21 02:11 wakjoko