[ZBX-23815] Zabbix server crashing in alerter Created: 2023 Dec 10 Updated: 2024 Jan 10 Resolved: 2023 Dec 11 |
|
Status: | Closed |
Project: | ZABBIX BUGS AND ISSUES |
Component/s: | Server (S) |
Affects Version/s: | 6.4.9 |
Fix Version/s: | None |
Type: | Problem report | Priority: | Trivial |
Reporter: | Audrius Sadlauskas | Assignee: | Zabbix Support Team |
Resolution: | Duplicate | Votes: | 0 |
Labels: | None | ||
Remaining Estimate: | Not Specified | ||
Time Spent: | Not Specified | ||
Original Estimate: | Not Specified | ||
Environment: |
Zabbix server,DB.frontend and proxy'ies on separate AlmaLinux 8 servers. |
Issue Links: |
|
Description |
Zabbix server started to crashing in alerter again. 163515:20231210:105735.421 === Backtrace: === You closed my previous issue https://support.zabbix.com/browse/ZBX-23785 With what issue I was lucky and identified/found workaround. Now unable to identify what to disable/remove to stop server from crashing. Could you please provide instructions how to disable/remove crashing alerts from Database. As server now is not functional and do not know when next version v6.4.10 will be released in which I hope fix will be provided. |
Comments |
Comment by Audrius Sadlauskas [ 2023 Dec 10 ] |
Found how to disable crashing alert myself. You should put this information to known issues as I guess I'm not alone who is faced this kind of issue with alerter crash. My workaround: Connect to zabbix database. use zabbix; select count * from alerts WHERE status=0 AND alerttype=0; Identify first alert - in my case it was again Jira cloud media webhook (alertid=907299). Set status to failed and ( error I set to 'CANCELEDfromDB' ) : UPDATE alerts SET status=2,error='CANCELEDfromDB' WHERE alertid=907299 AND status=0 AND alerttype=0; Disable crashing media. I hope version 6.4.10 will include fix for alerter crashes. And I think should include some loging on which alert crashes.
|
Comment by dimir [ 2023 Dec 11 ] |
I understand your concern but still, it's a duplicate of 6.4.10 will be released in a couple of days. Alternatively you can build your own version of 6.4.10rc1 that contains the fix: https://cdn.zabbix.com/zabbix/sources/release_candidates/6.4/zabbix-6.4.10rc1.tar.gz |