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
E-mail Notification alert even after notification disabled
Re: E-mail Notification alert even after notification disabl
Attached system profile
You do not have the required permissions to view the files attached to this post.
Re: E-mail Notification alert even after notification disabl
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
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
Lets try running the following:
it will prompt for password on mysql and the default root password is nagiosxi if you have not changed it
Code: Select all
echo "UPDATE xi_events SET status_code=2, processing_time=NOW() WHERE event_type=2;"| mysql -p nagiosxiRe: E-mail Notification alert even after notification disabl
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,
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
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.
Another possibility would be of there were multiple nagios parent processes, but I inspected in you profile and that wasn't the case.
should bemejokj wrote:will this a permanent solution?
Re: E-mail Notification alert even after notification disabl
Hi Scottwilkerson,
Issue got resolved. Thanks for the support.
Thanks
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
Great !mejokj wrote:Hi Scottwilkerson,
Issue got resolved. Thanks for the support.
Thanks
Locking thread