-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.conf
More file actions
30 lines (26 loc) · 711 Bytes
/
Copy pathplugin.conf
File metadata and controls
30 lines (26 loc) · 711 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
[[inputs.Datadis]]
## Datadis username. Required.
username = ""
## Datadis password. Required.
password = ""
## HTTP Request timeout.
http_timeout = "1m"
## Measurement type.
## 0 (Zero) => hourly consumption.
## 1 (One) => quarter hourly consumption.
measurement_type = 0
## Date range.
## Use for static dates
## If omitted will use date_duration
## Format => 2021/01/26
start_date = ""
end_date = ""
## Duration.
## Use for dynamic dates
date_duration = "168h"
## Supplies
## Skip fetching supplies
## [[inputs.Datadis.supplies]]
## cups = ""
## point_type = 5
## distributor_code = "2"