instance discovery filter of Filesystem.Volumes

Started by [email protected], August 30, 2013, 12:19:22 PM

Previous topic - Next topic

[email protected]

Hi.

I'm trying to autmatically create DCIs using FileSystem.FreePerc({instance}).
In the "Instance Discovery tab" 
           Instance discovery method:    Agent Table
           Table name:                         FileSystem.Volumes.
I need to retrieve only volumes that have been formatted to "NTFS" and have a drive letter asigned.

Is every instance an array of values that correspond to table's row data?
Something like:  if (($1[3] == "NTFS) && ($1[0] like ':\'))
Or is it possible to check several attributes to identify exact table rows?

Victor Kirhenshtein

Hi!

In fact, instance discovery using tables is not working yet. You can use agent list as discovery method and use list FileSystem.MountPoints.

Best regards,
Victor

[email protected]

Hi Victor.

Thank you for your answer and for the product you are creating.
It's really cool!!!

Best regards,
Alexey