<br><br><div class="gmail_quote">On Mon, Apr 6, 2009 at 11:59 AM, Jake <span dir="ltr"><<a href="mailto:jakepaulus@gmail.com">jakepaulus@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
We have this need as well and decided to make a fake contact in each<br>
contact group with a distribution list as the email address. The<br>
purpose here is that folks can reply-all with problem notes as<br>
resolution progresses beyond the initial ack.<br>
<div><div></div><div class="h5"><br>
On 4/6/09, Marc Powell <<a href="mailto:marc@ena.com">marc@ena.com</a>> wrote:<br>
><br>
> On Apr 6, 2009, at 11:45 AM, Matt Nelson wrote:<br>
><br>
>> Is there a way to change the notifications that go out to multiple<br>
>> contact groups to cc all the groups?  It looks like it is either<br>
>> bcc'ing the groups or sending individual notifications to each group.<br>
><br>
> Nagios is evaluating and sending notifications on a per-contact basis.<br>
> It fully processes each contact, including sending the notification,<br>
> before moving on to the next. This is done because each contact can<br>
> have different contact options and time periods. Notification grouping<br>
> would require more complex logic just to fulfill a niche need.<br>
><br>
> There's nothing built in to nagios to allow for the notification<br>
> grouping that you want nor are there add on projects that provide it<br>
> that I know of. Such an add-on would need to receive notifications,<br>
> group them by problem then somehow determine that nagios has sent to<br>
> all the recipients (a specific interval after first notification) and<br>
> then create the real notification.<br>
><br>
> Nagios Notification Daemon (<a href="http://nlchiintmg.com/nan.php" target="_blank">http://nlchiintmg.com/nan.php</a>) is sort-of<br>
> like what you need, but not it.<br>
><br>
> --<br>
> Marc<br>
><br>
><br>
> ------------------------------------------------------------------------------<br>
> This SF.net email is sponsored by:<br>
> High Quality Requirements in a Collaborative Environment.<br>
> Download a free trial of Rational Requirements Composer Now!<br>
> <a href="http://p.sf.net/sfu/www-ibm-com" target="_blank">http://p.sf.net/sfu/www-ibm-com</a><br>
> _______________________________________________<br>
> Nagios-users mailing list<br>
> <a href="mailto:Nagios-users@lists.sourceforge.net">Nagios-users@lists.sourceforge.net</a><br>
> <a href="https://lists.sourceforge.net/lists/listinfo/nagios-users" target="_blank">https://lists.sourceforge.net/lists/listinfo/nagios-users</a><br>
> ::: Please include Nagios version, plugin version (-v) and OS when reporting<br>
> any issue.<br>
> ::: Messages without supporting info will risk being sent to /dev/null<br>
><br>
<br>
</div></div><font color="#888888">--<br>
Sent from my mobile device<br>
<br>
Jake Paulus<br>
<a href="mailto:JakePaulus@gmail.com">JakePaulus@gmail.com</a><br>
</font><div><div></div><div class="h5"><br>
------------------------------------------------------------------------------<br>
This SF.net email is sponsored by:<br>
High Quality Requirements in a Collaborative Environment.<br>
Download a free trial of Rational Requirements Composer Now!<br>
<a href="http://p.sf.net/sfu/www-ibm-com" target="_blank">http://p.sf.net/sfu/www-ibm-com</a><br>
_______________________________________________<br>
Nagios-users mailing list<br>
<a href="mailto:Nagios-users@lists.sourceforge.net">Nagios-users@lists.sourceforge.net</a><br>
<a href="https://lists.sourceforge.net/lists/listinfo/nagios-users" target="_blank">https://lists.sourceforge.net/lists/listinfo/nagios-users</a><br>
::: Please include Nagios version, plugin version (-v) and OS when reporting any issue.<br>
::: Messages without supporting info will risk being sent to /dev/null<br>
</div></div></blockquote></div><br>I've thought about doing that but have not done it yet because we have so many different combinations of notification groups.<br><br>I have thought of adding a "MailTo" in the email that would have the list of contacts that I could build from, but that only lists groups that the recipient is part of.<br>
<br>I have also thought of writing something like nan, that would gather notifications and send every say 10-15 seconds anything that is older then say 20 seconds, and group the email by body and subject, and lump the contacts into the Cc field...<br>
<br><br>