ProbeHandlerSNMP - Global
-
- UpdatedJan 30, 2025
- 1 minute read
- Yokohama
- API reference
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.
Name | Type | Description |
---|---|---|
dbName | String | The database name |
paramName | String | The parameter name |
paramMap | String | The parameter map |
Type | Description |
---|---|
void |
ProbeHandlerSNMP - addDebug(String paramMap)
Adds debugging to the probe handler.
Name | Type | Description |
---|---|---|
paramMap | String | The parameter map |
Type | Description |
---|---|
void |
ProbeHandlerSNMP - addJavascriptHandlers(String paramMap)
Adds a JavaScript handler.
Name | Type | Description |
---|---|---|
paramMap | String | The parameter map |
Type | Description |
---|---|
void |
ProbeHandlerSNMP - addOIDAutoResolve(String paramMap)
Adds OID automatic resolution.
Name | Type | Description |
---|---|---|
paramMap | String | The parameter map |
Type | Description |
---|---|
void |
ProbeHandlerSNMP - addOIDSpec(String paramMap)
Adds OID specifications to the parameter map.
Name | Type | Description |
---|---|---|
paramMap | String | The parameter map |
Type | Description |
---|---|
void |
ProbeHandlerSNMP - addSensorHandler(String paramMap)
Adds a sensor handler.
Name | Type | Description |
---|---|---|
paramMap | String | The parameter map |
Type | Description |
---|---|
void |
ProbeHandlerSNMP - addStage(String paramMap)
Adds the stage to the parameter map.
Name | Type | Description |
---|---|---|
paramMap | String | The parameter map |
Type | Description |
---|---|
void |
ProbeHandlerSNMP - addTimingSpecs(String paramMap)
Adds timing specifications to the parameter map.
Name | Type | Description |
---|---|---|
paramMap | String | The parameter map |
Type | Description |
---|---|
void |
ProbeHandlerSNMP - getParameters()
Returns the parameters added by this probe handler.
Name | Type | Description |
---|---|---|
None |
Type | Description |
---|---|
String | A hash map of the parameters added by this probe handler. |
ProbeHandlerSNMP - run()
Runs the probe.
Name | Type | Description |
---|---|---|
None |
Type | Description |
---|---|
void |
ProbeHandlerSNMP - setProbeParameters(String params)
Sets the value of a given XML parameter element.
Name | Type | Description |
---|---|---|
params | String | The probe's parameters |
Type | Description |
---|---|
void |
On this page
- ProbeHandlerSNMP - addBoolean(String dbName, String paramName, String paramMap)
- ProbeHandlerSNMP - addDebug(String paramMap)
- ProbeHandlerSNMP - addJavascriptHandlers(String paramMap)
- ProbeHandlerSNMP - addOIDAutoResolve(String paramMap)
- ProbeHandlerSNMP - addOIDSpec(String paramMap)
- ProbeHandlerSNMP - addSensorHandler(String paramMap)
- ProbeHandlerSNMP - addStage(String paramMap)
- ProbeHandlerSNMP - addTimingSpecs(String paramMap)
- ProbeHandlerSNMP - getParameters()
- ProbeHandlerSNMP - run()
- ProbeHandlerSNMP - setProbeParameters(String params)