ncnax.blogg.se

Solarwinds wiki
Solarwinds wiki





solarwinds wiki

The recommended way to access this entity is to query Orion.AlertActive and join to Orion.AlertObjects. These instances don't go away when that pair resets. There will be one instance of Orion.AlertObjects for each pair of (alert configuration, object) that has triggered. Instances of Orion.AlertObjects exist to hold additional details about objects that have ever triggered alerts.

solarwinds wiki

If the condition that triggered the alert still holds, the alert will be triggered again the next time the condition is evaluated. This will clear the alerts without running the normal Reset actions and without regards to the state of the trigger condition for that alert. It will return success or failure as a boolean. To clear an active alert manually, pass the AlertObjectID values to. Verb: ClearAlert bool ClearAlert(int alertObjectIds) The alerts will no longer be acknowledged. To clear the acknowledgement of alerts, pass their AlertObjectID values to. Verb: Unacknowledge bool Unacknowledge(int alertObjectIds) To append a note without acknowledging the alert, pass the AlertObjectID values and a note to. Verb: AppendNote bool AppendNote(int alertObjectIds, string note) To acknowledge alerts, pass the AlertObjectID values and a note to. (The AcknowledgedNote is not currently used.) Verb: Acknowledge bool Acknowledge(int alertObjectIds, string note) Acknowledged, AcknowledgedBy, AcknowledgedDateTime - Details about the acknowledgement of this alert.įor additional details about the object that triggered the alert, join to Orion.AlertObjects on AlertObjectID or use the AlertObjects navigation property on Orion.AlertActive.AlertObjectID - Foreign key to Orion.AlertObjects, which has more details about the object that triggered the alert.AlertActiveID - Primary key for this instance of an active alert.If you need information about alerts after they have cleared, try Orion.AlertHistory. When the alert resets or is cleared, the instance of Orion.AlertActive is removed. One alert configuration may be active on many objects at once each of these objects would be tracked by its own instance of Orion.AlertActive. Orion.AlertActiveĮach instance of Orion.AlertActive represents one active alert. All of these are new in Orion Platform 2015.1, which is the basis of NPM 11.5, SAM 6.2, and other early 2015 releases, except for Orion.AlertSuppression which was introduced in Orion Platform 2017.1 (NPM 12.1, SAM 6.4 and other early 2017 releases). Orion Alerts are reported by a collection of related SWIS entities.







Solarwinds wiki