PDA

View Full Version : Zabbix 1.0 Template problem


cybermage
27-12-2005, 15:57
Hey folx,
When I use Zabbix 1.0 and have template definition for common box.

When I add new host with items from this template, there remains
links in triggers for template instead of new host.


({hostA:diskfree[/].last(0)})/({Template:disktotal[/].last(0)})<0.5

instead of


({hostA:diskfree[/].last(0)})/({hostA:disktotal[/].last(0)})<0.5

Does someone have solution for this problem in 1.0 ?

Thanks