Page 1 of 1

How to modify nagiosXi email sender address

Posted: Thu Dec 22, 2016 7:02 am
by ericssonvietnam
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.?

Re: How to modify nagiosXi email sender address

Posted: Thu Dec 22, 2016 11:56 am
by rkennedy
This post should help you out - https://support.nagios.com/forum/viewto ... 047#p63809
You could try adding:

Code: Select all

-- -r $ADMINEMAIL$
To the end of your notification commands. Then change the "admin_email" directive in nagios.conf to the email address of your choice.