Configure Netscan to ignore powered off VM's
Hi there,
I have a netscan configured to import VM's from VMWware. However, it always imports all VM's including those that are powered off. This causes problems when critical alert are getting triggered on servers we know we have powered off.
Is there a way to configure the netscan to filter out those VM's which are powered off? I was previously given one suggestion to use tags but that is not very useful as we would need to keep changing the tag every time if we wanted to monitor that VM.
Any tips?
Thanks!
Gareth Evans
Posted 1 year ago·Last reply 11 months ago
1 comment
Justin Rider
·11 months agoIf you are using the groovy script provided by LM, you want to set a filter with the attribute = "netscan.powerstate", Operation = Equal, Value = poweredOn. That will give you all powered on machines.