What email service use in nagiosxi?

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
phyo
Posts: 162
Joined: Sun Dec 01, 2013 10:50 pm

What email service use in nagiosxi?

Post by phyo »

Hi,
In nagios xi, what email service use to send out email notifications?
We use gmail to send email to notification and here is the configuration.

Image

In our system, we have two nagios xi. One is master and one is slave when both are running. Now what happening is email notification is sending from both server when there is warning or critical. So we want to put email service under HA.
jdalrymple
Skynet Drone
Posts: 2620
Joined: Wed Feb 11, 2015 1:56 pm

Re: What email service use in nagiosxi?

Post by jdalrymple »

Under the hood you're using PHP to send the E-mail.

There is no builtin way to have a Nagios server failover all the notifications.

Something like this could be achieved by adding the proper check with a custom event handler in your standby server, or alternatively perhaps with a global service dependency.

I think generally Nagios is stable enough and rarely enough has problems of it's own that people find manually enabling notifications on a backup server to be an adequate solution.
Locked