Skip to content

mackerelio/plugin-registry

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

93 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mackerel-plugin-registry

The registry of mackerel and check plugins. Registered plugins can be installed by mkr plugin install <plugin_name>.

How to install a plugin

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

How to register a plugin

  1. Put your plugin on Github, and make your repository satisfy the specification of mkr plugin install.
  2. Create <plugin_name>.json in the plugins/ directory
  3. Write the path of your plugin's repository to source field.
  4. Write the description of your plugin to description field.
  5. Send pull request.

If you want an example, please see https://github.com/mackerelio/plugin-registry/blob/master/plugins/mackerel-plugin-sample.json .

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages