The Plugin drawer contains both Ultipa Manager's built-in plugins as well as any self-developed plugins that enhance the functionality of Ultipa Manager.
Ultipa Manager Plugin
Ultipa currently offers the Manager Monitor plugin, which allows you to monitor various aspects of cluster performance such as CPU usage, memory usage, disk I/O, queries per second, and more.
Self-Developed Plugin
Before uploading a self-developed plugin, ensure you follow these preparations:
- After building the package (e.g. package name is ultipa-manager-plugin-template), include a configuration file named config.json within the package containing the following content:
{
"title": "Demo", // Name of the plugin
"fileName": "ultipa-manager-plugin-template", // Must be consistent with the name of the folder
"logo":"ultipa-logo.png" // Thumbnail of the plugin
}
- Include the plugin thumbnail file (e.g., ultipa-logo.png) in the package, the recommended size is 180px*180px.
- Compress the entire package file into a .zip format. Click here to download the example compressed package for reference.
- Upload the compressed file to Ultipa Manager.