We configured alerts to be sent by email, but when the system sends alerts, it sends many alerts in the same email. Is it possible to have Libre send one alert per email?
Thanks
We configured alerts to be sent by email, but when the system sends alerts, it sends many alerts in the same email. Is it possible to have Libre send one alert per email?
Thanks
In short no, for example if you are checking ports down, all ports down for that device will be included. The only way around that is a rule per port which becomes unmanageable.
Thank you for the reply. I have another question: If, for example, we have a rule for Syslog messages that if it contains m=30, we get an email, but the rule will send any message that contains a text that starts with m=30, e.g., m=30x, is there a way to only receive messages with m=30?
Use regex and do ^m=30$ I expect. It’s just mysql so whatever you can get it mysql to work usually works in the alert rules