500-430 · Question #33
Which artifacts are needed, at minimum, to add a custom extension to a Machine Agent?
The correct answer is A. Directory. To add a custom extension to a Machine Agent, you need at least three artifacts: a directory, a jar or script file, and a monitor.xml file. The directory is where you place your extension files under the <machine_agent_home>/monitors directory. The jar or script file is the execu
Question
Which artifacts are needed, at minimum, to add a custom extension to a Machine Agent?
Options
- ADirectory
- BDirectory
- CDirectory
- DDirectory
How the community answered
(31 responses)- A94% (29)
- B3% (1)
- D3% (1)
Explanation
To add a custom extension to a Machine Agent, you need at least three artifacts: a directory, a jar or script file, and a monitor.xml file. The directory is where you place your extension files under the <machine_agent_home>/monitors directory. The jar or script file is the executable file that collects and reports the custom metrics to the Machine Agent. The monitor.xml file is the configuration file that defines the name, frequency, and parameters of your extension. You can also optionally include other files such as libraries, configuration files, or templates for your
Topics
Community Discussion
No community discussion yet for this question.