/mackerel-plugin-ping

ICMP Ping RTT custom metrics plugin for mackerel-agent.

Primary LanguageGoMIT LicenseMIT

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