aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/plugin/ping.json
blob: 1b69851e1b12d111679449f06c2061f840a9641a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
	"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}}",
		"vertical": "percent",
		"legend_format": "%5.1lf",
		"scale": 100
	}
}