default nagios contact

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
rzietlow
Posts: 43
Joined: Mon Jul 02, 2018 9:25 am

Re: default nagios contact

Post by rzietlow »

dchurch wrote:I wasn't able to find any place in your config where [email protected] was mentioned. That email address sounds fake, are you sure you have control of that email address?

Perhaps postfix on localhost is re-routing the email to a different address, what's the output for the following command?

Code: Select all

grep -irHn -C 5 '[email protected]' /etc/aliases* /etc/postfix*
correct i did not want to put our company's email address in this forum, however I have been searching for our email address.


[root@bbbb03 log]# cd ~
You have mail in /var/spool/mail/root
[root@bbbb03 ~]# grep -irHn -C 5 '<OUR_EMAIL_ADDRESS' /etc/aliases* /etc/postfix*
[root@bbbb03 ~]# cd /usr/local/
[root@bbbb03 local]# grep -irHn -C 5 '<OUR_EMAIL_ADDRESS>' *
[root@bbbb03 local]#
dchurch
Posts: 858
Joined: Wed Oct 07, 2020 12:46 pm
Location: Yo mama

Re: default nagios contact

Post by dchurch »

Okay, I wasn't clear about what email address you were trying to find.

I don't know what the hidden email address is, so if you PM that to me I can find it in your config so you can get a screenie.
If you didn't get an 8% raise over the course of the pandemic, you took a pay cut.

Discussion of wages is protected speech under the National Labor Relations Act, and no employer can tell you you can't disclose your pay with your fellow employees.
dchurch
Posts: 858
Joined: Wed Oct 07, 2020 12:46 pm
Location: Yo mama

Re: default nagios contact

Post by dchurch »

It looks like the email address is set to it_alerts@[company.com], and that's set in the Profile setting for nagiosadmin.

If you log in as nagiosadmin, then open the profile by clicking the name in the top right, it should give you a screenshotable page with that email address.
If you didn't get an 8% raise over the course of the pandemic, you took a pay cut.

Discussion of wages is protected speech under the National Labor Relations Act, and no employer can tell you you can't disclose your pay with your fellow employees.
rzietlow
Posts: 43
Joined: Mon Jul 02, 2018 9:25 am

Re: default nagios contact

Post by rzietlow »

hah ok all this digging. yes that is another email address I was looking for. But when i would grep for it.


Guessing this is in a database somewhere?
dchurch
Posts: 858
Joined: Wed Oct 07, 2020 12:46 pm
Location: Yo mama

Re: default nagios contact

Post by dchurch »

There's also Admin = Email Settings that should show the it_alerts@[company.com] email.

Where it's stored in the database is in the nagiosxi database:

Code: Select all

mysql nagiosxi
> select * from xi_users where username = 'nagiosadmin'\G
If you didn't get an 8% raise over the course of the pandemic, you took a pay cut.

Discussion of wages is protected speech under the National Labor Relations Act, and no employer can tell you you can't disclose your pay with your fellow employees.
Locked