mackerelio/go-check-plugins

Name: go-check-plugins

Owner: Mackerel

Description: Check Plugins for monitoring written in golang

Created: 2015-05-17 16:45:48.0

Updated: 2018-01-12 07:01:08.0

Pushed: 2018-01-16 08:53:07.0

Homepage:

Size: 5855

Language: Go

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

go-check-plugins

Check Plugins for monitoring written in golang.

Documentation for each plugin is located in its respective sub directory.

Specification

The specs for the check plugins are mostly the same as the plugins for Nagios and Sensu. The exit status of the commands are treated as follows.

| exit status | meaning | |:———————-|———:| | 0 | OK | | 1 | WARNING | | 2 | CRITICAL | | other than 0, 1, or 2 | UNKNOWN |

Installation

Install the plugin package from either the yum or the apt repository. To setup these package repositories, see the documentation regarding the installation of mackerel-agent (rpm / deb).

mackerel-check-plugins will be installed to `/usr/local/bin/check-*`.

yum
install mackerel-check-plugins
apt
get install mackerel-check-plugins
Use check plugins in Mackerel

See the following documentation.

English: https://mackerel.io/docs/entry/custom-checks

Japanese: https://mackerel.io/ja/docs/entry/custom-checks

Contribution

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.