I have set the granular email alert optios to only sen email for alert
> 2 (or at least that's what I'm trying to do.
Could somebody please point out what I'm missin as I keep getting
level 2 email alerts.

Thanks

---------- config snippet -----------------------------------------
<global>
    <email_notification>yes</email_notification>
    <smtp_server>outbound-smtp-server</smtp_server>
    <email_from>os...@hids</email_from>
    <email_to>my email address</email_to>
  </global>

  <email_alerts>
   <level>2</level>
   <email_to>my email address</email_to>
  </email_alerts>

<alerts>
    <log_alert_level>1</log_alert_level>
    <email_alert_level>7</email_alert_level>
</alerts>

Reply via email to