E-mail Notification alert even after notification disabled

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
mejokj
Posts: 353
Joined: Mon Jul 22, 2013 10:31 pm

E-mail Notification alert even after notification disabled

Post by mejokj »

Hi Team,

We are getting alert notification on e-mail from nagios xi even after stopped the notification.

I have attached the system profile file.

Please check and assist us on this issue.

Thanks
mejokj
Posts: 353
Joined: Mon Jul 22, 2013 10:31 pm

Re: E-mail Notification alert even after notification disabl

Post by mejokj »

Attached system profile
You do not have the required permissions to view the files attached to this post.
mejokj
Posts: 353
Joined: Mon Jul 22, 2013 10:31 pm

Re: E-mail Notification alert even after notification disabl

Post by mejokj »

As we have deleted few service and hosts from nagios web GUI, however we are getting alert notification for the deleted hosts as well.

could you help us to stop those alerts as well
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: E-mail Notification alert even after notification disabl

Post by scottwilkerson »

Lets try running the following:

Code: Select all

echo "UPDATE xi_events SET status_code=2, processing_time=NOW() WHERE event_type=2;"| mysql -p nagiosxi
it will prompt for password on mysql and the default root password is nagiosxi if you have not changed it
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
mejokj
Posts: 353
Joined: Mon Jul 22, 2013 10:31 pm

Re: E-mail Notification alert even after notification disabl

Post by mejokj »

Hi Scottwilkerson,

After ran the below command we didn't get any false alert till now.

echo "UPDATE xi_events SET status_code=2, processing_time=NOW() WHERE event_type=2;"| mysql -p nagiosxi

May i know what exactly the below command will do? will this a permanent solution?

Thanks,
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: E-mail Notification alert even after notification disabl

Post by scottwilkerson »

the command removes any old entries in the table where notifications events occur. this is one possibility for receiving these messages.

Another possibility would be of there were multiple nagios parent processes, but I inspected in you profile and that wasn't the case.
mejokj wrote:will this a permanent solution?
should be
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
mejokj
Posts: 353
Joined: Mon Jul 22, 2013 10:31 pm

Re: E-mail Notification alert even after notification disabl

Post by mejokj »

Hi Scottwilkerson,

Issue got resolved. Thanks for the support.

Thanks
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: E-mail Notification alert even after notification disabl

Post by scottwilkerson »

mejokj wrote:Hi Scottwilkerson,

Issue got resolved. Thanks for the support.

Thanks
Great !

Locking thread
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
Locked