Email queue

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
deek
Posts: 194
Joined: Fri Apr 26, 2019 2:01 am

Email queue

Post by deek »

Hi ,


We have been getting old email alerts from Nagios . All are false alerts .
Is there a way to clear the queue from backend .
User avatar
vtrac
Posts: 903
Joined: Tue Oct 27, 2020 1:35 pm

Re: Email queue

Post by vtrac »

Hi,
How are you doing?

To remove all emails that are queued in the DB in the nagiosxi database, please run the following command:

Code: Select all

echo "truncate table xi_events; truncate table xi_meta; truncate table xi_eventqueue;" | mysql -uroot -pnagiosxi nagiosxi

Best Regards,
Vinh
Locked