Skip to content

Latest commit

 

History

History
34 lines (27 loc) · 561 Bytes

agentreadparameter.adoc

File metadata and controls

34 lines (27 loc) · 561 Bytes

AgentReadParameter()

Important

Deprecated in 3.0.

Please use method readAgentParameter of class [class-node].

AgentReadParameter(node, name) ⇒ String

Request metric directly from agent on given node.

Table 1. Parameters

node

[class-node] object instance (e.g. $node)

name

Metric name

Return

String value or null if failed.

Example
>>> v = AgentReadParameter($node, "Agent.Version")
>>> println(v)
2.2.13