Hello,
I fight with granular emails, but without success. Of course I read
before all posts about emails.
I use the newest version 1.3.
My task is separate events from different devices to different emails
address.
Now I try filter events based on level value and a source of events,
but I still receive emails with other level values.
My actual configuration looks:
<global>
<email_notification>yes</email_notification>
<smtp_server>127.0.0.1</smtp_server>
<email_to>[EMAIL PROTECTED]</email_to>
<email_from>[EMAIL PROTECTED]</email_from>
</global>
<email_alerts>
<email_to>[EMAIL PROTECTED]</email_to>
<level>10</level>
<event_location>10.1.2.2</event_location>
</email_alerts>
I need any suggestion from you how to resolve this problem.
Wladek