Hello,
is there a way to show in a trigger a value of an item different from the one that triggered the trigger? (sorry for my english)
Examlpe:
Item1: A -> free disk space in Bytes
Item2: B -> free disk space in %
Trigger1: IF (B<5) THEN "Low space on {HOSTNAME}: {ITEM.VALUE}% (FreeDiskSpace MByte)"
When the free space runs below 5% I want to see in Trigger1 the % value of free disk space (Item2 can be accessed using {ITEM.VALUE}) AND the amount of space expressed in MByte or GByte (Item1).
I did some test specifying the hostname, the template name and so on but no luck.
Thx and merry Xmas
is there a way to show in a trigger a value of an item different from the one that triggered the trigger? (sorry for my english)
Examlpe:
Item1: A -> free disk space in Bytes
Item2: B -> free disk space in %
Trigger1: IF (B<5) THEN "Low space on {HOSTNAME}: {ITEM.VALUE}% (FreeDiskSpace MByte)"
When the free space runs below 5% I want to see in Trigger1 the % value of free disk space (Item2 can be accessed using {ITEM.VALUE}) AND the amount of space expressed in MByte or GByte (Item1).
I did some test specifying the hostname, the template name and so on but no luck.
Thx and merry Xmas



Comment