Hello guys,
I've just created a discovery rule, but the names of the discovery rules (mib on vmware vcenter via snmp) contain also some parameters of the process (like java parameters, batch parameters and so on) and then if i use it as a name of the process i'll have also the parameters in the name (and the it's not readable for the trigger for example).
I can use the regex to obtain just the part before the space to exclude the parameters in the name, but on discovery, the preprocessing seems to work on just one unique list with all the results, and not every single value/raw extracted via snmp.
do you have some suggestions?
for example now I've
"Process status vmware-eam.launcher -Xmx128m -XX:CompressedClassSpaceSize=64m -Xss256k -XX:ParallelGCThreads=1 -Dlog4j2"
as a name of the discovered item -.-
Thanks!
I've just created a discovery rule, but the names of the discovery rules (mib on vmware vcenter via snmp) contain also some parameters of the process (like java parameters, batch parameters and so on) and then if i use it as a name of the process i'll have also the parameters in the name (and the it's not readable for the trigger for example).
I can use the regex to obtain just the part before the space to exclude the parameters in the name, but on discovery, the preprocessing seems to work on just one unique list with all the results, and not every single value/raw extracted via snmp.
do you have some suggestions?
for example now I've
"Process status vmware-eam.launcher -Xmx128m -XX:CompressedClassSpaceSize=64m -Xss256k -XX:ParallelGCThreads=1 -Dlog4j2"
as a name of the discovered item -.-
Thanks!

Comment