Name | Description |
string ConnectionName | Locale-sensitive name for the connection the polling notification uses to connect to the resource for polling. |
string PollingInterval | Interval at which to poll the resource. |
boolean PollingOverlap | Whether to configure polling notifications to overlap. |
boolean PollingImmediate | Polling configured to start immediately after notification is enabled. |
date CreationDate | Duration of polling notification has been running. |
long NotificationCount | Total number of times the polling notification has been executed. |
long deltaNotificationCount | Delta of the total number of times the polling notification has been executed. This KPI reports the difference between the last two continuous poll readings of notificationCount. |
long CompletionCount | Number of successful invocations. |
long deltaCompletionCount | Delta of the number of successful invocations. This KPI reports the difference between the last two continuous poll readings of completionCount. |
long FailureCount | Number of failed invocations. |
long deltaFailureCount | Delta of the number of failed invocations. This KPI reports the difference between the last two continuous poll readings of failureCount. |
long ConsecutiveCompletions | Number of consecutive completions without a failure. |
long deltaConsecutiveCompletions | Delta of the number of consecutive completions without a failure. This KPI reports the difference between the last two continuous poll readings of consecutiveCompletions. |
long ConsecutiveFailures | Number of consecutive failures without a successful completion. |
long deltaConsecutiveFailures | Delta of the number of consecutive failures without a successful completion. This KPI reports the difference between the last two continuous poll readings of consecutiveFailures. |
long TotalNotificationTime | Total number of milliseconds a notification has been running. |
long deltaTotalNotificationTime | Delta of the total number of milliseconds a notification has been running. This KPI reports the difference between the last two continuous poll readings of totalNotificationTime. |
double AverageNotificationTime | TotalNotificationTime divided by NotificationCount. |
int ObjectStatus | Indicates Operational or Failed status of the component. |
boolean ContainsResourceMessage | Flag indicating a resource message, such as a log message or exception message, has been received from the monitored resource. |
int MessageSeverity | Severity level of the resource message: Critical = 1 Major = 2 Minor = 3 Warning = 4 Info = 5 Ok = 6 Indeterminate = 7 |