ProbeHandlerSNMP - Global

  • Versão de lançamento: Australia
  • Atualizado 12 de mar. de 2026
  • 1 min. de leitura
  • The ProbeHandlerSNMP script include is a discovery probe handler for SNMP probes, invoked when an SNMP probe is about to be created.

    You can use this script include in any server-side script where you need to configure an SNMP probe.

    ProbeHandlerSNMP - addBoolean(String dbName, String paramName, String paramMap)

    Adds a boolean value to the parameter map.

    Tabela 1. Parameters
    Name Type Description
    dbName String The database name
    paramName String The parameter name
    paramMap String The parameter map
    Tabela 2. Returns
    Type Description
    void

    ProbeHandlerSNMP - addDebug(String paramMap)

    Adds debugging to the probe handler.

    Tabela 3. Parameters
    Name Type Description
    paramMap String The parameter map
    Tabela 4. Returns
    Type Description
    void

    ProbeHandlerSNMP - addJavascriptHandlers(String paramMap)

    Adds a JavaScript handler.

    Tabela 5. Parameters
    Name Type Description
    paramMap String The parameter map
    Tabela 6. Returns
    Type Description
    void

    ProbeHandlerSNMP - addOIDAutoResolve(String paramMap)

    Adds OID automatic resolution.

    Tabela 7. Parameters
    Name Type Description
    paramMap String The parameter map
    Tabela 8. Returns
    Type Description
    void

    ProbeHandlerSNMP - addOIDSpec(String paramMap)

    Adds OID specifications to the parameter map.

    Tabela 9. Parameters
    Name Type Description
    paramMap String The parameter map
    Tabela 10. Returns
    Type Description
    void

    ProbeHandlerSNMP - addSensorHandler(String paramMap)

    Adds a sensor handler.

    Tabela 11. Parameters
    Name Type Description
    paramMap String The parameter map
    Tabela 12. Returns
    Type Description
    void

    ProbeHandlerSNMP - addStage(String paramMap)

    Adds the stage to the parameter map.

    Tabela 13. Parameters
    Name Type Description
    paramMap String The parameter map
    Tabela 14. Returns
    Type Description
    void

    ProbeHandlerSNMP - addTimingSpecs(String paramMap)

    Adds timing specifications to the parameter map.

    Tabela 15. Parameters
    Name Type Description
    paramMap String The parameter map
    Tabela 16. Returns
    Type Description
    void

    ProbeHandlerSNMP - getParameters()

    Returns the parameters added by this probe handler.

    Tabela 17. Parameters
    Name Type Description
    None
    Tabela 18. Returns
    Type Description
    String A hash map of the parameters added by this probe handler.

    ProbeHandlerSNMP - run()

    Runs the probe.

    Tabela 19. Parameters
    Name Type Description
    None
    Tabela 20. Returns
    Type Description
    void

    ProbeHandlerSNMP - setProbeParameters(String params)

    Sets the value of a given XML parameter element.

    Tabela 21. Parameters
    Name Type Description
    params String The probe's parameters
    Tabela 22. Returns
    Type Description
    void