Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu
#1
Feature Requests / chr() function request
September 04, 2013, 02:25:10 AM
Hi,

I think that chr() that returns symbol by its asscii table nuber  would be very convenient in transformation scripting for hex-string of SNMP dci.

Best regards,
Alexey
#2
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?