Root user sending emails
Root user sending emails
The emails I receive from Nagios are from Root User. Is there any way to change this?
Re: Root user sending emails
What do you have as the "Send Mail From" address in
Also, do you have the hostname set on your server to something other than localhost or localhost.localdomain?
Code: Select all
Admin -> Manage Email SettingsCode: Select all
hostnameBe sure to check out our Knowledgebase for helpful articles and solutions!
Re: Root user sending emails
send from = Nagios XI
System name localhost
System name localhost
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: Root user sending emails
the "send from" should be a full email address.
Also, you should set your hostname to be the actual machine name in /etc/sysconfig/network , such as
nagiosxi.yourdomain.com
Also, you should set your hostname to be the actual machine name in /etc/sysconfig/network , such as
nagiosxi.yourdomain.com
Re: Root user sending emails
Resolved thanks