aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/plugin/ping.json
blob: ab9dfdfedf2ecc73b3e48196556f613016c24c25 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
	"ping": {
		"title": "Ping latency on {{HOST}}",
		"vertical": "Milliseconds",
		"legend_format": "%5.1lf"
	},
	"ping_stddev": {
		"title": "Ping standard deviation on {{HOST}}",
		"vertical": "Milliseconds",
		"legend_format": "%5.1lf"
	},
	"ping_droprate": {
		"title": "Ping droprate on {{HOST}}",
		"legend_format": "%5.1lf"
	}
}