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.
instead of
Does someone have solution for this problem in 1.0 ?
Thanks
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.
Code:
({hostA:diskfree[/].last(0)})/({Template:disktotal[/].last(0)})<0.5
Code:
({hostA:diskfree[/].last(0)})/({hostA:disktotal[/].last(0)})<0.5
Thanks