Difference between revisions of "ExternalParametersProvider"

m
(Created page with "== Data provider == Data provider is an application or script, executed by NetXMS Agent on regular basis, completely unrelated to requests from server. Script output is cached...")
 
Line 34: Line 34:
ParameterWithArgs(AAA) STRING ""
ParameterWithArgs(AAA) STRING ""
ParameterWithArgs(BBB) STRING ""
ParameterWithArgs(BBB) STRING ""
</syntaxhighlight>
Get value for specific parameter:
<syntaxhighlight lang="plain">
Alexs-MacBook-Air:~ alk$ /opt/netxms/bin/nxget localhost 'ParameterWithArgs(AAA)'
Value3
</syntaxhighlight>
</syntaxhighlight>