View Full Version : 1.4.1 problems
1. Template inheritance didn't get migrated.
Every host now has items from templates however hosts dont have any templates assigned to them. Sounds like inconsistent condition and i dont know how to fix that. Too many hosts and graphs to walk them manually.
When i tried to fix dependency i either get this error:
Fatal error: Call to undefined function delete_service() in /usr/share/zabbix/include/triggers.inc.php on line 1369
Or i get that hostid is not found.
the the graph that was showing those items disappears and i see "No Permissions" instead of it.
2. After upgrade to 1.4.1 i got alerts only on 10% of my events. Sometimes i get alerted on trigger OFF condition but zabbix does nothing on ON condition. I cant figure out when it does so.
I think 1.4.1 is a big mess, migration sql sqript does only half of the job and leaves database inconsistent, I'm going to rollback unfortunately.
1. Template inheritance didn't get migrated.
Every host now has items from templates however hosts dont have any templates assigned to them. Sounds like inconsistent condition and i dont know how to fix that. Too many hosts and graphs to walk them manually.
When i tried to fix dependency i either get this error:
Fatal error: Call to undefined function delete_service() in /usr/share/zabbix/include/triggers.inc.php on line 1369
Or i get that hostid is not found.
the the graph that was showing those items disappears and i see "No Permissions" instead of it.
I believe all this is already fixed in pre 1.4.2.
2. After upgrade to 1.4.1 i got alerts only on 10% of my events. Sometimes i get alerted on trigger OFF condition but zabbix does nothing on ON condition. I cant figure out when it does so.
The message gives absolutely no useful information. Please be more specific and provide us with details of the triggers and conditions which you think do not work.
Please be more specific and provide us with details of the triggers and conditions which you think do not work.
After migration to 1.4.1 (from 1.1.7) none of Actions worked at first.
I e i see triggers going ON and OFF but they do not trigger any actions (i e I neither see action being triggered in the action log, nor receive email) .
About 30 min later i noticed that some of the action started to work, but not always, i e i saw trigger going to ON condition and no action being triggered then trigger goes OFF and it generate action that service have been recovered. It literally looked random, some alarms didnt work at first then started to work suddenly (after zabbix ran for about 30 min), some alarms never started to work.
I checked all action conditions and didnt find any problems. Then i read forums and saw that other people have similar problems with actions not working so I decided to rollback (until this gets sorted out) because I cannot miss certain alarms by any means.
I believe all this is already fixed in pre 1.4.2.
Is there a specific patch for this particular bug? I just upgraded to 1.4.1 and I am having issues with templates not being associated to hosts.
Is there a specific patch for this particular bug? I just upgraded to 1.4.1 and I am having issues with templates not being associated to hosts.
Yeh, where is cvs repository now?
The sourceforge repository (http://sourceforge.net/cvs/?group_id=23494) has 1.1.1/1.3 version.
I was wondering if i can at least backport database upgrade patch and see what debug says about nonworking actions.
svn://svn.zabbix.com
Thanks!
Is there cvsview (or any other web interface) there somewhere in hidden URL by any chance?
i don't know about one. besides, this is svn, so that would be websvn or something :)
anyway, it's quite simple to svn co <svn url>.
unfortunately, currently branches are managed in a weird way in zabbix svn, so you would need to do 'svn up -N branches', then 'svn ls' them and 'svn up <whatever is the current version>'.
i hope this gets easier soon :)