initial commit
This commit is contained in:
25
config.default.yaml
Normal file
25
config.default.yaml
Normal file
@@ -0,0 +1,25 @@
|
||||
# Default configuration for keenetic-exporter-v2
|
||||
# Copy this file to config.yaml and adjust values for your setup
|
||||
|
||||
server:
|
||||
port: "9090"
|
||||
|
||||
devices:
|
||||
- name: "keenetic-router-1"
|
||||
address: "https://192.168.1.1"
|
||||
username: "admin"
|
||||
password: "your-password-here"
|
||||
timeout: "10s"
|
||||
cache_ttl: 90s
|
||||
update_interval: 45s
|
||||
# skip_collectors:
|
||||
# - hotspot
|
||||
# - process
|
||||
|
||||
# - name: "keenetic-router-2"
|
||||
# address: "https://192.168.2.1"
|
||||
# username: "admin"
|
||||
# password: "your-password-here"
|
||||
# timeout: "10s"
|
||||
# cache_ttl: 90s
|
||||
# update_interval: 45s
|
||||
Reference in New Issue
Block a user