| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- {
- "enabled": true,
- "fritzbox": {
- "host": "192.168.178.1",
- "port": 49000,
- "username": "",
- "password": "HGt3,aopP9",
- "use_tls": false
- },
- "check_interval_seconds": 30,
- "notification_sound": "notification.wav",
- "alerts": {
- "high_upload": {
- "enabled": true,
- "threshold_mbit": 5.0,
- "message": "Achtung: Hoher Upload erkannt — {rate} Mbit pro Sekunde"
- },
- "high_download": {
- "enabled": false,
- "threshold_mbit": 50.0,
- "message": "Hoher Download erkannt — {rate} Mbit pro Sekunde"
- },
- "new_device": {
- "enabled": true,
- "message": "Neues Geraet im Netzwerk: {name} ({ip})"
- },
- "device_offline": {
- "enabled": false,
- "watch_devices": [],
- "message": "Geraet offline: {name}"
- }
- },
- "known_devices": [
- "3A:EA:A7:31:41:EB",
- "40:B4:CD:6D:B6:9B",
- "48:02:2B:00:F2:9F",
- "60:CF:84:A8:09:1B",
- "76:DE:59:00:A0:4D",
- "98:CC:F3:D4:FF:D7",
- "A8:93:4A:F1:79:1F",
- "B8:27:EB:A9:50:AA",
- "DC:39:6F:C1:97:87"
- ],
- "notify_satellites": {
- "mode": "all",
- "aliases": [],
- "rooms": []
- }
- }
|