-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
38 lines (38 loc) · 883 Bytes
/
config.json
File metadata and controls
38 lines (38 loc) · 883 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
27
28
29
30
31
32
33
34
35
36
37
38
{
"general": {
"storeGcp": true,
"intervalMin": 5,
"summariserHours": 2,
"summariserDayDays": 5,
"getLimit": 1440,
"getDaysLimit" : 30,
"timeZone" : "Europe/Helsinki",
"debug" : true
},
"snmp": {
"host": "192.168.2.1",
"community": "public",
"ifIdx": 5,
"ifInOctets": "1.3.6.1.2.1.2.2.1.10",
"ifOutOctets": "1.3.6.1.2.1.2.2.1.16",
"ifDescr": "1.3.6.1.2.1.2.2.1.2",
"hrSystemDate" :"1.3.6.1.2.1.25.1.2.0",
"ifId" : "ifid12"
},
"gcp": {
"projectId": "project-1234",
"keyFilename": "../keyfile.json",
"kind": "ifCounterdata",
"sumDayKind": "ifDaySummary"
},
"temp": {
"sampleIntervalMin":"15",
"kind": "ruuvitagSample",
"getLimit": 480,
"socketHost": "http://raspberrypi.local:8787",
"reducedDayKind": "ruuvitagDayReduced"
},
"tagSocket": {
"port":"8787"
}
}