-
Ensure the `README` is up to date, lists all the features available, provides some `screenshots` and a detailed explaination of the usage of the main features added in this project.
### Things to b…
-
When the tolerance is higher than zero, the method `_is_crossed_by` of `AbstractAlertSettings` is called with no time argument specified, which will trigger a search in previous data to determine if t…
-
It would be nice if there is a property where I can dynamically decide if I want to include the geometry in the response.
-
In the other open source python packages maintained by OpenWISP, we have a pretty consistent set of QA checks which we could reuse here:
- black formatter
- isort
- flake8
- commit message check…
-
The check is failing with:
```
There are some Errors in your RST file syntax
- :1: (WARNING/2) "raw" directive disabled.
```
However, I don't think the path we've taken is good.
The repos…
-
It seems that when new `AlertSettings` objects are created, the `custom_tolerance` field is always set to zero because that's the default value:
https://github.com/openwisp/openwisp-monitoring/blob…
-
Tried this on a fresh install of docker. After i run
`docker-compose build`
I get the following error --
`ERROR: unsatisfiable constraints:
so:libproj.so.19 (missing):
required by: lib…
-
Create a device with a configuration, enable push configuration via SSH.
Run the dev server and the celery worker
Change the templates, hit save.
Expected behavior:
- the worker launches 1…
-
Captive portal authentication must be done by submitting a form (we can't use ajax unfortunately).
A form like the following one:
```html
```
We sho…
-
Right now the views (visualizer and API) are available to anyone.
This was done mainly because this module was used by community owned mesh network.
But now this module is also used to monitor pri…