Xavier Berger
Xavier Berger
Bug description is too short to understand what could happen
I don't see obvious issue. You can see alert real time parameters in dynamic.json : http://raspberrypi.local:8888/dynamic.json ```json "too_cold": { "lastsendalertdate": 0, "currentalertdate": 0, "alertstate": 0, "currentcanceldate": 0 } ``` Everything...
I checked with the example provided by default (explained here: https://xavierberger.github.io/RPi-Monitor-docs/27_configuration_templates.html#alerts) and everything looks OK: The scripts are call and files are updated. Can you confirm tell me if my...
I didn't knew this software. Interresting tools indeed. We could imagine an addons displaying image generated by `vnstati` or use it directly as a source of information for **RPi-Monitor** with...
Thanks for the pull request. I need to validate it before merging but this is a nice feature for RPi-Monitor.
I'll keep this idea as enhancement but right now, a solution exists, if you want to see only one column reducing the with of you browser...
"Content lines" are piece of javascript evaluated by your browser when the page is displayed. So I guess (but never tried), that you could reach this goal with a line...
Example and pull request is welcome
That's correct, the web server only support IPv4. IPv6 is not planned for the moment (unless I find a good example of usage of perl HTTP::Daemon using IPv6).
If you found a solution, a pull request is welcome.