forked from RenWal/fritzbox-munin-fast
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added 7530ax as fixture and supported fritzbox model, started refacto…
…ring of dsl module to use fritzconnection, removed warning values for dsl as they make no sense, added more information for debug mode Signed-off-by: Christoph Massmann <[email protected]>
- Loading branch information
Showing
23 changed files
with
1,998 additions
and
60 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,251 @@ | ||
{ | ||
"pid": "dslStat", | ||
"hide": { | ||
"mobile": true, | ||
"liveTv": true, | ||
"ssoSet": true, | ||
"provServ": true, | ||
"shareUsb": true, | ||
"rrd": true | ||
}, | ||
"timeTillLogout": "1192", | ||
"time": [], | ||
"data": { | ||
"isConnected": true, | ||
"negotiatedValues": [ | ||
{ | ||
"unit": "kbit\/s", | ||
"title": "Leitungskapazität", | ||
"val": [ | ||
{ | ||
"us": "47102", | ||
"ds": "139083" | ||
} | ||
] | ||
}, | ||
{ | ||
"unit": "kbit\/s", | ||
"title": "Aktuelle Datenrate", | ||
"val": [ | ||
{ | ||
"us": "12736", | ||
"ds": "63671" | ||
} | ||
] | ||
}, | ||
{ | ||
"unit": "kbit\/s", | ||
"title": "Min Effektive Datenrate", | ||
"val": [ | ||
{ | ||
"us": "12733", | ||
"ds": "63632" | ||
} | ||
] | ||
}, | ||
{ | ||
"title": "Nahtlose Ratenadaption", | ||
"val": [ | ||
{ | ||
"us": "aus", | ||
"ds": "aus" | ||
} | ||
] | ||
}, | ||
{ | ||
"title": "Trägertausch (Bitswap)", | ||
"val": [ | ||
{ | ||
"us": "an", | ||
"ds": "aus" | ||
} | ||
] | ||
}, | ||
{ | ||
"title": "" | ||
}, | ||
{ | ||
"unit": "ms", | ||
"title": "Latenz", | ||
"val": [ | ||
{ | ||
"us": "0", | ||
"ds": "0" | ||
} | ||
] | ||
}, | ||
{ | ||
"title": "Impulsstörungsschutz (INP)", | ||
"val": [ | ||
{ | ||
"us": "45.0", | ||
"ds": "42.0" | ||
} | ||
] | ||
}, | ||
{ | ||
"title": "G.INP", | ||
"val": [ | ||
{ | ||
"us": "an", | ||
"ds": "an" | ||
} | ||
] | ||
}, | ||
{ | ||
"title": "" | ||
}, | ||
{ | ||
"unit": "dB", | ||
"title": "Störabstandsmarge", | ||
"val": [ | ||
{ | ||
"us": "31", | ||
"ds": "28" | ||
} | ||
] | ||
}, | ||
{ | ||
"unit": "dB", | ||
"title": "Leitungsdämpfung", | ||
"val": [ | ||
{ | ||
"us": "4", | ||
"ds": "6" | ||
} | ||
] | ||
}, | ||
{ | ||
"unit": "m", | ||
"title": "ungefähre Leitungslänge", | ||
"val": [ | ||
"100" | ||
] | ||
}, | ||
{ | ||
"title": "" | ||
}, | ||
{ | ||
"title": "Profil", | ||
"val": [ | ||
"17a" | ||
] | ||
}, | ||
{ | ||
"title": "G.Vector", | ||
"val": [ | ||
{ | ||
"us": "full", | ||
"ds": "full" | ||
} | ||
] | ||
}, | ||
{ | ||
"title": "" | ||
}, | ||
{ | ||
"title": "Trägersatz", | ||
"val": [ | ||
"B43" | ||
] | ||
} | ||
], | ||
"errorCounters": [ | ||
{ | ||
"title": "Sekunden mit" | ||
}, | ||
{ | ||
"title": "Fehlern (ES)", | ||
"val": [ | ||
{ | ||
"us": "0", | ||
"ds": "0" | ||
} | ||
] | ||
}, | ||
{ | ||
"title": "Fehlern (SES)", | ||
"val": [ | ||
{ | ||
"us": "0", | ||
"ds": "0" | ||
} | ||
] | ||
}, | ||
{ | ||
"title": "" | ||
}, | ||
{ | ||
"title": "Nicht behebbare Fehler (CRC)" | ||
}, | ||
{ | ||
"title": "pro Minute", | ||
"val": [ | ||
{ | ||
"us": "0", | ||
"ds": "0" | ||
} | ||
] | ||
}, | ||
{ | ||
"title": "letzte 15 Minuten", | ||
"val": [ | ||
{ | ||
"us": "0", | ||
"ds": "0" | ||
} | ||
] | ||
}, | ||
{ | ||
"title": "" | ||
}, | ||
{ | ||
"title": "korrigierte DTU" | ||
}, | ||
{ | ||
"title": "pro Minute", | ||
"val": [ | ||
{ | ||
"us": "0", | ||
"ds": "0" | ||
} | ||
] | ||
}, | ||
{ | ||
"title": "letzte 15 Minuten", | ||
"val": [ | ||
{ | ||
"us": "0", | ||
"ds": "0" | ||
} | ||
] | ||
}, | ||
{ | ||
"title": "" | ||
}, | ||
{ | ||
"title": "unkorrigierte DTU" | ||
}, | ||
{ | ||
"title": "pro Minute", | ||
"val": [ | ||
{ | ||
"us": "0", | ||
"ds": "0" | ||
} | ||
] | ||
}, | ||
{ | ||
"title": "letzte 15 Minuten", | ||
"val": [ | ||
{ | ||
"us": "0", | ||
"ds": "0" | ||
} | ||
] | ||
} | ||
], | ||
"dataType": "dsl" | ||
}, | ||
"sid": "" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
{ | ||
"NewEnable": true, | ||
"NewStatus": "Up", | ||
"NewDataPath": "Interleaved", | ||
"NewUpstreamCurrRate": 12736, | ||
"NewDownstreamCurrRate": 63671, | ||
"NewUpstreamMaxRate": 47102, | ||
"NewDownstreamMaxRate": 139083, | ||
"NewUpstreamNoiseMargin": 310, | ||
"NewDownstreamNoiseMargin": 280, | ||
"NewUpstreamAttenuation": 40, | ||
"NewDownstreamAttenuation": 60, | ||
"NewATURVendor": "41564d00", | ||
"NewATURCountry": "0400", | ||
"NewUpstreamPower": 500, | ||
"NewDownstreamPower": 500 | ||
} |
Oops, something went wrong.