Fine tune Process monitoring

Hi all,

I’ve achieved a workaround for this issue.
In the option of “Name of operating system user”, I’ve selected “Grab user from found process”, this way the %u is working fine…

Meantime I’ve other issue and this one is not easy to solve, at least until now, I didn’t figure out any solution or WA(workaround).
If we user regular expressions for matching process name, how can I add also an alias to each option?
The regular expression is currently .(proc_name1|proc_name2), I would like to do something like this, .(proc_name1 proc_name1_alias|proc_name2 proc_name2_alias)

Anyone knows if this is possible?

Cheers