I want to setup a trigger based off of two items. The first item is ICMP of the machine and the secdon is ICMP ping of the gateway. I created a custom item that will give me the gateway IP address but have not figured out a way to create another item that can use that ip address. Is this possible or do any of you have a better way to accomplish this.
First item:
Template:Testing
Name:GatewayIP
Key:linux.gateway.ip
Second Item:
Template:Testing
Name:GatewayPing
Key:icmpping[{Testing:GatewayIP.last(0)}]
First item:
Template:Testing
Name:GatewayIP
Key:linux.gateway.ip
Second Item:
Template:Testing
Name:GatewayPing
Key:icmpping[{Testing:GatewayIP.last(0)}]
Comment