Hi ,
We have been getting old email alerts from Nagios . All are false alerts .
Is there a way to clear the queue from backend .
Email queue
Re: Email queue
Hi,
How are you doing?
To remove all emails that are queued in the DB in the nagiosxi database, please run the following command:
Best Regards,
Vinh
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