mackerel-plugin-linux

command
v0.28.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 14, 2017 License: Apache-2.0 Imports: 1 Imported by: 0

README

mackerel-plugin-linux

Description

Get linux process metrics for Mackerel and Sensu.

For example ...

  • Page swapped (swap)
  • Connections each network service primitives (netstat)
  • Disk read time (diskstats)
  • Interrupts (proc_stat)
  • Context switches
  • Forks
  • Login users (users)

Required

  • Linux Kernel 2.6.32 or above.

Usage

Build this program

First, build this program.

go get github.com/mackerelio/mackerel-agent-plugins
cd $GO_HOME/src/github.com/mackerelio/mackerel-agent-plugins/mackerel-plugin-linux
go test
go build
Execute this plugin

Next, you can execute this program :-)

./mackerel-plugin-linux
Add mackerel-agent.conf

Finally, if you want to get linux metrics via Mackerel, please edit mackerel-agent.conf. For example is below.

[plugin.metrics.linux]
command = "/path/to/mackerel-plugin-linux"
type = "metric"

Optional: Selecting get metrics

For more information

Please execute 'mackerel-plugin-linux -h' and you can get command line options.

References

This program to use as reference from Percona Monitoring Plugins for Cacti.

Author

Yuichiro Saito

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL