IPSentry Add-In SDK
GraphItems Collection
Add-In SDK Index | Top
sep

Return a collection of strings to IPSentry for logging into the graphing database.   See below for the format of this collection.

Parameters
None - Read Only

Returns
(Collection of Strings)

Each item in the GraphItems collection contains an XML element representation of a Graph Item Values in the following format for use by IPSentry in logging graphing detail information for inclusion on the IPSentry graphing charts.

This allows for your add-in component to return multiple values unique to your add-in component results for named access in the IPSentry Graphing Tool.

Each graph item string:
< gValue Name=”” Value=”” Scale=”” Desc=”” State=”” IsGlobal=”0” />

Where:

Scale
The graphing scale representation of the numeric value represented in the ENGRAPH_VALUE_SCALE enumeration.

Name
A descriptive textual name for this value associated with this add-in. e.g. “Temperature” The name should be unique for each item.

Desc
A description for this graph value item.

Value
A numeric value to store in the graphing database. Either integer or float.

State
The state of the add-in result as 0=fail, 1=success

IsGlobal
Reserved for future use, set to “0”

Visual Basic
Public Property Get GraphItems() as Collection
   
End Property

VB.NET
Public ReadOnly Property GraphItems() as Collection
    Get

    End Get
End Property

sep

© 2008 by RGE, Inc.  (All Rights Reserved)
Unauthorized use or reproduction is strictly prohibited
IPSentry® is a registered trademark of RGE, Inc.

http://www.ipsentry.com
 Support@ipsentry.com