To add a monitoring extension to a REM plugin:
1 |
Open a terminal, and |
---|---|
2 |
Run For example: ./create-monitoring-extension.sh -f bar -c Bar The SDK generates a new monitoring extension from the template into your plugin’s |
3 |
Fill in the monitoring request handler implementation:
|
4 |
You can repeat this process using different values to create several monitoring extensions within your plugin. |
You can then run your plugin to see what it looks like.