Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 573 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 573 Bytes

mackerel-plugin-ping

Circle CI

ICMP Ping RTT custom metrics plugin for mackerel-agent.

Usage

$ sudo ./mackerel-plugin-ping -host 8.8.8.8
# Or you can use multi-host format
$ sudo ./mackerel-plugin-ping -host 8.8.8.8,8.8.4.4

Example of mackerel-agent.conf

[plugin.metrics.ping]
command = "/path/to/mackerel-plugin-ping -host 8.8.8.8"

Author

Takuya Arita