PDA

View Full Version : Triggers from template on Beta2


KpitaoKverna
21-10-2005, 19:16
Hi all.

I'm new on this forum but not too new using zabbix (Started at alpha10).
I searched this forum, looking for one answer to my question but I don't find any suitable response.

When I use a host as a template, after doing the "add itens from template" thing only itens goes to other host.
The trigger are no more added?

This feature works on alpha 11 and 12, but I don't make this work on beta version.

Sorry about my english.

Thanks
Felipe Duran

James Wells
25-10-2005, 04:05
Greetings,

This is a bug that was just posted fairly recently. Items add correctly, but triggers and graphs do not appear to sync from templates just yet.

jpawlowski
25-10-2005, 05:20
just realized this big bug, too... :-(
is there a patch available for download or do i need to wait until next release or beta?

James Wells
25-10-2005, 05:55
No fix for it just yet.

billbob
03-11-2005, 16:12
any solution ?
it's realy a probleme for me to add 20 triggers * 100 host = 2000 actions ...

illumin8
03-11-2005, 16:30
This is a dealbreaker for me as well. I was running fine on alpha 10 until I decided to upgrade to beta2 just for the improved handling of templates.

Basic template functionality doesn't work at all, so I may have to go back to the ironically more stable alpha version.

Also, zabbix_server has been crashing occasionally with this version... Not sure why.

[cc]smart
09-11-2005, 13:51
Would it make sense to add a similar feature "add template" to triggers et all separately, so that one could copy triggers et al alone, too ?

rxm8028
24-11-2005, 14:13
The problems you have experienced sound very much like mine. I was receiving error messages when attempting to add new actions after upgrading to 1.1beta2. I discovered a missing comma in includes/actions.inc.php at line 62. This missing comma allowed the field names 'recipient' and 'maxrepeats' to run together as one, causing mysql to throw an error about incorrect number of columns in the sql statement. Inserted the comma, and all is well.