SNMPGatherDocParts - Global

  • 릴리스 버전: Australia
  • 업데이트 날짜 2026년 03월 12일
  • 소요 시간: 1분
  • The SNMPGatherDocParts script include provides methods to handle the gathering of parts of an SNMP response document for JavaScript SNMP sensors.

    Use this script include in a discovery script when you need to gather the parts of an SNMP response document.

    SNMPGatherDocParts - gather(String doc, Object probe)

    Returns the given XML document with any data gathered by prior SNMP probes.

    표 1. Parameters
    Name Type Description
    doc String The XML document for this sensor
    probe Object The probe instance
    표 2. Returns
    Type Description
    String The XML document with the gathered data.