<div dir="ltr">Thanks. But, is there no other way, besides screwing around in the database?<br></div><div class="gmail_extra"><br><div class="gmail_quote">2015-01-07 13:07 GMT+01:00 Eli Mesika <span dir="ltr">&lt;<a href="mailto:emesika@redhat.com" target="_blank">emesika@redhat.com</a>&gt;</span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb"><div class="h5"><br>
<br>
----- Original Message -----<br>
&gt; From: &quot;Koen Vanoppen&quot; &lt;<a href="mailto:vanoppen.koen@gmail.com">vanoppen.koen@gmail.com</a>&gt;<br>
&gt; To: <a href="mailto:users@ovirt.org">users@ovirt.org</a><br>
&gt; Sent: Wednesday, January 7, 2015 7:42:25 AM<br>
&gt; Subject: [ovirt-users] Alerts<br>
&gt;<br>
&gt; Hi All,<br>
&gt;<br>
&gt; We recently had a major crash on our ovirt environment due a strange bug (has<br>
&gt; been reported in the meanwhile).<br>
&gt;<br>
&gt; But now we are left we a bunch of aerts (+100) that are still standing<br>
&gt; there... Is there a way I can flush them manually from command line or so?<br>
&gt; Because the right click+clear all, doesn&#39;t seem to work that good... :-).<br>
<br>
</div></div>If you want to remove ALL alerts run from command line<br>
<br>
psql -U engine -c &quot;delete from audit_log where severity = 10;&quot; engine<br>
<br>
NOTE:<br>
Keep in mind that before any manual operation on your database you should backup it first.<br>
<br>
&gt;<br>
&gt; Kind regards,<br>
&gt;<br>
&gt; Koen<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; Users mailing list<br>
&gt; <a href="mailto:Users@ovirt.org">Users@ovirt.org</a><br>
&gt; <a href="http://lists.ovirt.org/mailman/listinfo/users" target="_blank">http://lists.ovirt.org/mailman/listinfo/users</a><br>
&gt;<br>
</blockquote></div><br></div>