Thanks for the offering.
I tried this script, but I have questions about the results.
Please see the generated email below:
Node Name: ${SQL:SELECT NodeName=CASE (SELECT COUNT(*) FROM Nodes WHERE IP_Address='$@NeighborIP@')
WHEN 0 THEN '$@NeighborIP@'
ELSE (SELECT DISTINCT Caption FROM Nodes WHERE IP_Address='$@NeighborIP@')
END}
Protocol: OSPF
Status: Full
IPAddress: 10.x.x.x
I really like the Protocol, Status and IP Address information supplied, but can't really do much what precedes. Where do I modify to make it work?
Thanks again,