The registry of mackerel and check plugins. Registered plugins can be installed by mkr plugin install <plugin_name>.
You can find available plugins in the plugins/ directory.
For example, if you want to the plugin defined in mackerel-plugin-sample.json, exec following command in your terminal.
$ mkr plugin install mackerel-plugin-sample
- Put your plugin on Github, and make your repository satisfy the specification of
mkr plugin install. - Create
<plugin_name>.jsonin theplugins/directory - Write the path of your plugin's repository to
sourcefield.- For example, if your plugin repository is https://github.com/mackerelio/mackerel-plugin-sample, write
mackerelio/mackerel-plugin-sample.
- For example, if your plugin repository is https://github.com/mackerelio/mackerel-plugin-sample, write
- Write the description of your plugin to
descriptionfield. - Send pull request.
If you want an example, please see https://github.com/mackerelio/plugin-registry/blob/master/plugins/mackerel-plugin-sample.json .