IPSentry Add-In SDK
IPSAlert Function
Add-In SDK Index | Top
sep

IPSentry calls this function during the alerting process (and test Alert).  The result returned by this function will denote either Success (OK) or Failure (Critical) for the alert.

Parameters

MUID (String)
String expression which represents the unique machine identifier being monitored for which the alert is triggered.

AUID (String)
String expression which represents the unique Add-in Alert identifier being configured and edited.

Args (String)
String expression containing the configuration data that was stored from a prior call to IPSAlertConfig.

Returns
(long)
If success, return a value of 0 (zero)
If failure or critical, return a value of -1

Visual Basic
Public Function IPSAlert(ByVal MUID As String, _
                         ByVal AUID As String, _
                         ByVal args As String) As Long

End Function

VB.NET
Public Function IPSAlert(ByVal MUID As String, _
                         ByVal AUID As String, _
                         ByVal args As String) As Integer

End Function

sep

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

https://ipsentry.com
 Support@ipsentry.com