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???
{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???
Comment