Back to Geneos FAQ

Internal documentation only

This page has been marked as draft.

Toolkit - Using stringList to be passed as an argument on a script

Solution: In Toolkit plugin’s Advanced tab, you may use the Environment Variable option and assign a variable (e.g. env) as a StringList Copied

You should then be able to parse the $env environment with Shell script or other script languages.

#!/bin/bash

echo id,column

for var in $env

do

echo $var, “test”

done

["Geneos"] ["Geneos > Netprobe"] ["FAQ"]

Was this topic helpful?