PDA

View Full Version : Triggers and Templates


navtek007
15-09-2005, 07:53
I have created a trigger for a template like the following:

{Windows.Base:cpu_util5.last(0)}>85

But when the trigger is linked to all the other hosts it subtitues the 'Windows.Base' for only one of the hosts. But it uses this host for all the triggers eg:

{host1:cpu_util5.last(0)}>85
{host1:cpu_util5.last(0)}>85
{host1:cpu_util5.last(0)}>85

For some strange reason it does not use the correct hostname. It should be the following

{host1:cpu_util5.last(0)}>85
{host2:cpu_util5.last(0)}>85
{host3:cpu_util5.last(0)}>85

Any ideas???

Alexei
15-09-2005, 08:58
It is already fixed. Will be available in 1.1beta1.

navtek007
16-09-2005, 01:13
great, is there a releaset date for 1.1beta?

thanks.

jporter1
16-09-2005, 11:15
Very interested in a release date also.

Has the bug in James Well's post - "Annoying bug in current CVS tree" (can't add items from templates) been fixed in the beta version also?

And screen/graph template linkage?

Thanks.