Re: [Nagios-devel] notifications - bundled

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
Guest

Re: [Nagios-devel] notifications - bundled

Post by Guest »

I looked at NANS and it does collate the notifications on a per-user
basis. (one email/page per user for list of events)


I was looking at reducing the number of calls Nagios makes to the
notification script.
Currently one call per user per notification (per event)
To one call per notification for all valid users (per event)

reduction in system calls for a larger user base.

just a thought for now..
-sg

On Mon, 7 Apr 2003, Ethan Galstad wrote:

> I don't know how practical this would be, as Nagios wouldn't know
> whether to just send one notification or run the notification command
> for each contact (like it does now).
>
> Nicholas Tang released an addon for NetSaint called NANS (Netsaint
> Aggregate Notification System) that was meant to aggregate multiple
> notifications. I haven't used it myself, but that might do the trick
> either out of the box or with a bit of tweaking.
>
>
> On 7 Apr 2003 at 21:55, Subhendu Ghosh wrote:
>
> > Hi Ethan
> >
> > I was wondering whether it might be feasible to add another macro for
> > notifications such that bundled notifications are possible.
> >
> > ie. - $CONTACTEMAILS$ (note the "s") would contain a comma delimited list
> > of all the contact emails
> >
> > This would allow a single notification - with multiple recipients.
> >
> > I know it implies reworking the logic of notifications.c to validate the
> > contact list before creating the CONTACTEMAILS
> >
> > The other change would be for logging - need a new loop to itereate over
> > members.
> >

--







This post was automatically imported from historical nagios-devel mailing list archives
Original poster: [email protected]
Locked