-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathexec.json
More file actions
26 lines (26 loc) · 829 Bytes
/
exec.json
File metadata and controls
26 lines (26 loc) · 829 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"geiger_CPM": {
"title": "Geiger counter on {{HOST}}",
"vertical": "Counts per minute",
"rrdtool_opts": ["-X", "0"],
"type": "default",
"legend": {
"cpm": {
"name": "CPM"
}
},
"legend_format": "%5.1lf"
},
"geiger_CPS": {
"title": "Geiger counter on {{HOST}}",
"vertical": "Counts per second",
"rrdtool_opts": ["-X", "0"],
"type": "default",
"legend": {
"cps": {
"name": "CPS"
}
},
"legend_format": "%5.1lf"
}
}