Hi,
As of now, notificaiton emails are coming from root@localhost which i want to replace it with "[email protected]. Suggest steps how to do it in XI.?
How to modify nagiosXi email sender address
-
ericssonvietnam
- Posts: 239
- Joined: Mon Jun 27, 2016 11:05 pm
Re: How to modify nagiosXi email sender address
This post should help you out - https://support.nagios.com/forum/viewto ... 047#p63809
You could try adding:To the end of your notification commands. Then change the "admin_email" directive in nagios.conf to the email address of your choice.Code: Select all
-- -r $ADMINEMAIL$
Former Nagios Employee