any idea yet what might be the problem from the log and info I sent you? or are there further tests you need done?
Ad Widget
Collapse
Zabbix_suckerd randomly stops
Collapse
X
-
Thanks for the log files! I've managed to replicate this problem on my test system. It's fixed now.
I plan to release 1.1alpha3 next Monday, the fix will be included.Comment
-
-
Now, as the other guy said he removed the email trigger and his works, but I did the same and it still dies. I will wait and try the new one and see if that fixes my problem too..Comment
-
What's the status on 1.1a3? We're all eagerly awaiting the release and ready to test the new bugfixes!Originally posted by AlexeiThanks for the log files! I've managed to replicate this problem on my test system. It's fixed now.
I plan to release 1.1alpha3 next Monday, the fix will be included.
regards.Comment
-
I'm not sure if it worth releasing 1.1alpha3 now with bug fixes only. I'd like to put new features (such as hard-linked templates or escalation; maybe something else) into 1.1alpha3 as well. This may take another 3-7 days.Comment
-
-
Alexei,Originally posted by AlexeiI'm not sure if it worth releasing 1.1alpha3 now with bug fixes only. I'd like to put new features (such as hard-linked templates or escalation; maybe something else) into 1.1alpha3 as well. This may take another 3-7 days.
another week, and we're eagerly awaiting the next release. I think many of us just need the known bugfixes right now, and can wait for the new features.
Time until christmas is running short, and I know that at least I do need/want the trigger stuff implemented before then.
regards, tom.Comment
-
Please, expect 1.1alpha3 release very soon, maybe even today, if Santa Claus helps me of course.Originally posted by obstleranother week, and we're eagerly awaiting the next release. I think many of us just need the known bugfixes right now, and can wait for the new features.
Time until christmas is running short, and I know that at least I do need/want the trigger stuff implemented before then.Comment
-
-
zabbix_server stops
1.1aplha4
zabbix_server stops if action for trigger contains macro
Code:022151:20050108:192830 Macro:switch-10:2.last(0) 022151:20050108:192830 Before find_char:switch-10:2.last(0)[:] 022151:20050108:192830 Host:switch-10 022151:20050108:192830 Key:2 022151:20050108:192830 Before find_char:last(0)[(] 022151:20050108:192830 Function:last 022151:20050108:192830 Before find_char:0)[)] 022151:20050108:192830 Parameter:0 022151:20050108:192830 In get_lastvalue() 022151:20050108:192830 Executing query:select i.itemid,i.prevvalue,i.lastvalue,i.value_type,i.multiplier,i.units from items i,hosts h where h.host='switch-1' and h.hostid=i.hostid and i.key_='2' 022151:20050108:192830 In DBnum_rows 022151:20050108:192830 Result of DBnum_rows [1] 022151:20050108:192830 Itemid:20054 022151:20050108:192830 Before evaluate_FUNCTION() 022151:20050108:192830 In evaluate_FUNCTION() Function [last] flag [1] 022151:20050108:192830 In evaluate_FUNCTION() 1 022151:20050108:192830 In evaluate_FUNCTION() 2 value [3372425.090909] 022151:20050108:192830 In evaluate_FUNCTION() pre-7 022145:20050108:192830 One child process died. Exiting ...
Item gets values from switch through SNMP, custom multiplier 8 (to get bits/s instead of bytes/s).Code:mysql> select i.itemid,i.prevvalue,i.lastvalue,i.value_type,i.multiplier,i.units from items i,hosts -> h where h.host='switch-10' and h.hostid=i.hostid and i.key_='2'; +--------+-----------------+-----------------+------------+------------+--------+ | itemid | prevvalue | lastvalue | value_type | multiplier | units | +--------+-----------------+-----------------+------------+------------+--------+ | 20054 | 40291984.258065 | 35184466.105263 | 0 | 1 | bits/s | +--------+-----------------+-----------------+------------+------------+--------+Last edited by whoever; 08-01-2005, 20:28.Comment
-
Are you sure you have 1.1alpha4 running? Please, double check! Thanks.Comment
-
I shouldn't have asked my question, I just noticed that you're talking about zabbix_server which obviously was part of 1.1alpha4. Sorry for the silly question.Last edited by Alexei; 09-01-2005, 11:58.Comment
-
Fixed. The fix will be available in ZABBIX 1.1alpha5. Thanks for reporting this issue!Originally posted by whoever1.1aplha4
zabbix_server stops if action for trigger contains macroComment
Comment