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?
NagiosXI: Send one email email to all contact
Re: NagiosXI: Send one email email to all contact
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!
Re: NagiosXI: Send one email email to all contact
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
If I sent to two different distribution list, will be nice that each distribution contact can see who get that email as well
Re: NagiosXI: Send one email email to all contact
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).
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!
Re: NagiosXI: Send one email email to all contact
Of course you can if it not difficult for you
THANK YOU VERY MUCH
THANK YOU VERY MUCH
Re: NagiosXI: Send one email email to all contact
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
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
and then add the following to your messages to get a list of recipients
%notificationrecipients%
Code: Select all
--notificationrecipients="$NOTIFICATIONRECIPIENTS$"%notificationrecipients%