[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ossec-list] Re: Granular Email Options
- To: ossec-list@xxxxxxxxxxxxxxxx
- Subject: [ossec-list] Re: Granular Email Options
- From: "Daniel Cid" <daniel.cid@xxxxxxxxx>
- Date: Thu, 20 Sep 2007 23:19:25 -0300
- Authentication-results: mx.google.com; spf=pass (google.com: domain of daniel.cid@xxxxxxxxx designates 64.233.166.177 as permitted sender) smtp.mail=daniel.cid@xxxxxxxxx; dkim=pass (test mode) header.i=@xxxxxxxxx
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=8We0foXHWMRkrIjS4i8Ea9KjmOlN12ZXgcPJ7KG4ddc=; b=od4n70XaY7jJSHe8HTirhRJjP+u+i4ECcHumkK8p1aIfIUqwqX3T90AdK5SIv8J0mjY7MH8DOxvos9v1tuLkHVJhvNwE6qBZZsgxTRjhxNtR2w0zdpZJgUevslYShG2hbwo5X0wtGuvFt/2qgx7XPkPed9XfM6apVU7HyoSzQFQ=
Hi,
It is currently not the possible. The design we chose is that every
e-mail alert will
go to the main address specified in the global section (the alerts
that should be e-mailed are set in the "email_alert_level" option or
within a specific rule).
>From within these e-mails is that we filter with the granular e-mail
options... So, if in
the granular option you choose to email everything above level 1, it
will in fact only
be e-mailed the ones above "email_alert_level". Does it makes sense?
Thanks,
--
Daniel B. Cid
dcid ( at ) ossec.net
On 9/17/07, tswmmeejsdad@xxxxxxxxx <tswmmeejsdad@xxxxxxxxx> wrote:
>
> Adding to this discussion, is it possible to have one particular rule
> ID email me at andy@xxxxxxxxxxxx and not email the default email
> address sysadmin@xxxxxxxxxxxx?
>
> I've applied the following rules below to ossec.conf and it's working
> ok but I'm getting two emails - one is sent to sysadminy@xxxxxxxxxxxx
> based on the <global> rules and another sent to my email address based
> on the <email_alerts> rule. I just want rule id 100002 to be sent to
> my personal email address and not the entire sysadmin email address???
> Thanks.
>
> <global>
> <email_notification>yes</email_notification>
> <email_to>sysadmin@xxxxxxxxxxxx</email_to>
> <smtp_server>mail.mydomain.com</smtp_server>
> <email_from>ossecm@xxxxxxxxxxxx</email_from>
> </global>
>
> <email_alerts>
> <email_to>andy@xxxxxxxxxxxx</email_to>
> <rule_id>100002</rule_id>
> <do_not_delay />
> <do_not_group />
> </email_alerts>
>
> <alerts>
> <log_alert_level>1</log_alert_level>
> <email_alert_level>4</email_alert_level>
> </alerts>
>
>
>
>
>
OSSEC home |
Main Index |
Thread Index
OSSEC project: www.ossec.net.
Mailling list information: http://www.ossec.net/en/mailing_lists.html.