Hi!
I have an autodiscovering for VMWare VM's and it works fine. But I want to do the thing that will discover VM's to different groups by VM's name (by using some reg exp). For instance:
if {#VM.NAME} contains 'PROD' - add it to Production servers group,
if {#VM.NAME} contains 'TST' - add to a test environment group.
I can't understand how to do it. May you help me?
I have an autodiscovering for VMWare VM's and it works fine. But I want to do the thing that will discover VM's to different groups by VM's name (by using some reg exp). For instance:
if {#VM.NAME} contains 'PROD' - add it to Production servers group,
if {#VM.NAME} contains 'TST' - add to a test environment group.
I can't understand how to do it. May you help me?
Comment