How to modify nagiosXi email sender address

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
ericssonvietnam
Posts: 239
Joined: Mon Jun 27, 2016 11:05 pm

How to modify nagiosXi email sender address

Post 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.?
rkennedy
Posts: 6579
Joined: Mon Oct 05, 2015 11:45 am

Re: How to modify nagiosXi email sender address

Post 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.
Former Nagios Employee
Locked