en-US/about_DRMMAlertContextSNMPProbe.help.txt
|
TOPIC
about_DRMMAlertContextSNMPProbe SHORT DESCRIPTION Represents the context of an SNMP probe alert in the DRMM system, including IP address, OID, rule name, response value, device name, and monitor name. LONG DESCRIPTION The DRMMAlertContextSNMPProbe class models the context information specific to SNMP probe alerts in the DRMM platform. It encapsulates properties such as IP address, OID, rule name, response value, device name, and monitor name that provide detailed context about the SNMP probe alert. This class inherits from DRMMAlertContext. ## PROPERTIES The DRMMAlertContextSNMPProbe class exposes the following properties: Property Type Description ------------- ---------- ---------------------------------------- IpAddress string The IP address involved in the SNMP p... Oid string The Object Identifier (OID) relevant ... RuleName string The name of the rule that triggered t... ResponseValue string The response value received from the ... DeviceName string The name of the device associated wit... MonitorName string The name of the monitor related to th... ## METHODS The DRMMAlertContextSNMPProbe class provides the following methods: No public methods defined. ## NOTES This class is defined in the DattoRMM.Core module's class system. SEE ALSO Online Documentation https://github.com/TheShadowTek/DattoRMM.Core/blob/main/docs/about/classes/DRMMAlert/about_DRMMAlertContextSNMPProbe.md |