NagiosXI: Send one email email to all contact

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
questrad
Posts: 160
Joined: Wed Mar 21, 2012 3:08 pm
Location: Toronto
Contact:

NagiosXI: Send one email email to all contact

Post by questrad »

Hello

For example I have defined:

Contacts:
Contact1, Contact2 and Contact3

Contact_Group:
Contact_Group1 = Contact1, Contact2 and Contact3

So, now I want send only one email when it triggered in host or service which will include in "To:" field all Contacts or to all contact in Contact_Group that is assigned to host/service check.

Now it sent separate emails to each Contacts in contact list or in Contact_Group

It is possible to do?
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: NagiosXI: Send one email email to all contact

Post by lmiltchev »

Nagios will send an email to each member of the contactgroup, but it won't show all of the contacts, that this email was sent to in the "To:" field. You can probably achieve this by using distribution lists.
Be sure to check out our Knowledgebase for helpful articles and solutions!
questrad
Posts: 160
Joined: Wed Mar 21, 2012 3:08 pm
Location: Toronto
Contact:

Re: NagiosXI: Send one email email to all contact

Post by questrad »

We using it now, but it will be nice to have it.
If I sent to two different distribution list, will be nice that each distribution contact can see who get that email as well
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: NagiosXI: Send one email email to all contact

Post by lmiltchev »

Unfortunately, this functionality is not available at this time. You are welcome to post a feature request on our public bug tracker here:

http://tracker.nagios.com

or we can post one for you internally (if you want us to).
Be sure to check out our Knowledgebase for helpful articles and solutions!
questrad
Posts: 160
Joined: Wed Mar 21, 2012 3:08 pm
Location: Toronto
Contact:

Re: NagiosXI: Send one email email to all contact

Post by questrad »

Of course you can if it not difficult for you

THANK YOU VERY MUCH
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: NagiosXI: Send one email email to all contact

Post by lmiltchev »

I posted an internal feature request (TASK ID 4156) as requested. Just want to point out that there is no guarantee that this functionality will be implemeted soon (if ever). It all depends on the level of interest shown from other users, and the length of our developers' TODO list.
Be sure to check out our Knowledgebase for helpful articles and solutions!
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: NagiosXI: Send one email email to all contact

Post by scottwilkerson »

The list of emails will never be possible as the handlers can change them, but you can add the following to your handlers to get a list of nagios contacts that are getting the notification

Code: Select all

--notificationrecipients="$NOTIFICATIONRECIPIENTS$"
and then add the following to your messages to get a list of recipients
%notificationrecipients%
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
Locked