Is there a way to set email structure to show all recipients that receive a given email notification when receiving email notification?
I am looking for a general solution rather than a one for specific alerts that will have me changing each and every alert i already defined.
List of all Email recipients
Re: List of all Email recipients
Have you looked at the notification log under Home --> Incident Management?
Former Nagios employee
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
-
b.trichter
- Posts: 8
- Joined: Sun Jun 02, 2013 5:18 am
Re: List of all Email recipients
Thanks for this.
I'll try to clarify, i would like to see the recipients list each time i receive email notification.
Is there a way to set this up?
I'll try to clarify, i would like to see the recipients list each time i receive email notification.
Is there a way to set this up?
-
slansing
- Posts: 7698
- Joined: Mon Apr 23, 2012 4:28 pm
- Location: Travelling through time and space...
Re: List of all Email recipients
Which handlers do you primarily use for email notifications?
or
Code: Select all
notify-"host/service"-by-emailCode: Select all
xi_"host/service"_notification_handler-
b.trichter
- Posts: 8
- Joined: Sun Jun 02, 2013 5:18 am
Re: List of all Email recipients
This one: notify-"host/service"-by-email
-
sreinhardt
- -fno-stack-protector
- Posts: 4366
- Joined: Mon Nov 19, 2012 12:10 pm
Re: List of all Email recipients
I think you want to modify your contacts notification preferences to include the $NOTIFICATIONRECIPIENTS$ macro to add a list of all recipients.
http://nagios.sourceforge.net/docs/3_0/ ... RECIPIENTS
http://nagios.sourceforge.net/docs/3_0/ ... RECIPIENTS
Nagios-Plugins maintainer exclusively, unless you have other C language bugs with open-source nagios projects, then I am happy to help! Please pm or use other communication to alert me to issues as I no longer track the forum.
-
b.trichter
- Posts: 8
- Joined: Sun Jun 02, 2013 5:18 am
Re: List of all Email recipients
Thanks for the help, it's working.
-
slansing
- Posts: 7698
- Joined: Mon Apr 23, 2012 4:28 pm
- Location: Travelling through time and space...
Re: List of all Email recipients
Are you running into any other issues with this or need help having to do with this?