mirror of
https://github.com/kemko/keenetic-grafana-monitoring.git
synced 2026-01-01 15:45:43 +03:00
* influxdb2 integration * using python alpine base image * add authorization, refactoring config * logging instead print, keenetic api exception handling when try to collect metrics, a little pep8
14 lines
210 B
Plaintext
14 lines
210 B
Plaintext
[influxdb]
|
|
host=<HOST>
|
|
port=80
|
|
username=admin
|
|
password=<INFLUX_PASS>
|
|
db=keenetic
|
|
[keenetic]
|
|
admin_endpoint=http://192.168.1.1:80
|
|
skip_auth=false
|
|
login=admin
|
|
password=<KEENETIC_PASS>
|
|
[collector]
|
|
interval_sec=30
|