Entries from 2017-11-27 to 1 day

Using go-mackerel-plugin to create a custom metric plugin

This document explains how to develop a plugin using github.com/mackerelio/go-mackerel-plugin, a helper library for creating custom metric plugins in Go language (also used in the official plugin). By following this library’s method of dev…

Using mkr plugin install

Mackerel plugins as well as check plugins that meet the specifications listed in the document “Creating plugins supported with mkr plugin install” can be installed using the mkr plugin install command. This command retrieves the correspond…

Creating plugins supported with mkr plugin install

When creating a Mackerel plugin, if the plugin installer specifications are met, you can easily install the plugin using the mkr plugin install command. This document explains how to do that and how to register your created plugin in the o…