![]() ![]() ![]() |
|
hio77:
http://www.wehavemorefun.de/fritzbox/Category:UI-Status-Module
the information there is a little hit and miss however :/
stevehodge:hio77:
http://www.wehavemorefun.de/fritzbox/Category:UI-Status-Module
the information there is a little hit and miss however :/
I found pretty much everything there worked for me, including stuff like the hourly CRC errors, SNRM, and bit loadings. Even the CPU temperature. It's awesome!
#include <std_disclaimer>
Any comments made are personal opinion and do not reflect directly on the position my current or past employers may have.
hio77: so, this will require finding your sid, but worth a bit of a play..
http://fritz.box/query.lua?crc=sar:status/ds_crc_minute&dsatt=sar:status/ds_attenuation&sid=b5a4871fcd48e25c
stevehodge:hio77: so, this will require finding your sid, but worth a bit of a play..
http://fritz.box/query.lua?crc=sar:status/ds_crc_minute&dsatt=sar:status/ds_attenuation&sid=b5a4871fcd48e25c
If you're just having a look manually you don't need the sid. E.g:
http://fritz.box/query.lua?snr_graph=sar:status/ds_snrArrayXML
when you leave it out it'll redirect to the login page and then redirect back to your query with the sid inserted. How cool is that? I'm really impressed with how accessible they've made this.
{"AuthorizationRequired": "1"}
#include <std_disclaimer>
Any comments made are personal opinion and do not reflect directly on the position my current or past employers may have.
hio77:stevehodge:hio77: so, this will require finding your sid, but worth a bit of a play..
http://fritz.box/query.lua?crc=sar:status/ds_crc_minute&dsatt=sar:status/ds_attenuation&sid=b5a4871fcd48e25c
If you're just having a look manually you don't need the sid. E.g:
http://fritz.box/query.lua?snr_graph=sar:status/ds_snrArrayXML
when you leave it out it'll redirect to the login page and then redirect back to your query with the sid inserted. How cool is that? I'm really impressed with how accessible they've made this.
doesnt actually work on the newer firmware.. you an error{"AuthorizationRequired": "1"}
stevehodge:hio77:stevehodge:hio77: so, this will require finding your sid, but worth a bit of a play..
http://fritz.box/query.lua?crc=sar:status/ds_crc_minute&dsatt=sar:status/ds_attenuation&sid=b5a4871fcd48e25c
If you're just having a look manually you don't need the sid. E.g:
http://fritz.box/query.lua?snr_graph=sar:status/ds_snrArrayXML
when you leave it out it'll redirect to the login page and then redirect back to your query with the sid inserted. How cool is that? I'm really impressed with how accessible they've made this.
doesnt actually work on the newer firmware.. you an error{"AuthorizationRequired": "1"}
That's a pity. What if you include an incorrect sid value? That also does the redirect thing here.
It'd be great if fritzboxlog had a mode where it read which values to query from a config file and just dumped the output as is into the file. Basically just doing the authentication bit for us.
#include <std_disclaimer>
Any comments made are personal opinion and do not reflect directly on the position my current or past employers may have.
hio77:
ultimately, i wanna build it so all the captured data gets dumped in a external database (configurable ofcourse for those simply wanting to capture files or something..) which is open to go through and see trending etc, and overall just provide more information..
eXDee: especially at say, 3:30am then at 4:30am which might show a direct before and after of a
DLM profile change
eXDee: I'm thinking more like, watching the error counts change between DLM levels sort of thing.
Anyone know why errors can show zero but the unrecoverable errors graph still shows a huge number? Is this measuring something completely different, or is it just broken?
stevehodge:hio77:
ultimately, i wanna build it so all the captured data gets dumped in a external database (configurable ofcourse for those simply wanting to capture files or something..) which is open to go through and see trending etc, and overall just provide more information..
I'd like to use collectd to collect and store the data - I'm already using that to monitor temperature on a couple of my machines. That usually writes to RRD (round robin database) files which are pretty well suited to this sort of thing.
eXDee: I'm thinking more like, watching the error counts change between DLM levels sort of thing.
Anyone know why errors can show zero but the unrecoverable errors graph still shows a huge number? Is this measuring something completely different, or is it just broken?
#include <std_disclaimer>
Any comments made are personal opinion and do not reflect directly on the position my current or past employers may have.
hio77: only the login process is different. along with that, the process of getting a query dictionary is completely modular.
|
![]() ![]() ![]() |