5 years ago
Remote Pings/Port
Is there a way to have a data source like Ping (Multi) and Port (multi) but instead of running the ping/port check from the collector perspective but from the target server's perspective ?
I updated the collection script in github to use a more reliable method of pulling in the wildvalue. Changed line 12 (first line in the main try block) to this:
def wildvalue = (instanceProps) ? instanceProps.wildvalue.toLowerCase() : "##WILDVALUE##"
See if making that update reliably pulls in the wildvalue by doing a `println(wildvalue)` on the next line and running it in the debug console of the collector.