initial commit

This commit is contained in:
2025-10-17 09:29:37 +03:00
parent d71905255a
commit 4d0759c479
23 changed files with 2250 additions and 0 deletions

25
config.default.yaml Normal file
View 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