Gagan Deep

Results 150 comments of Gagan Deep
trafficstars

**Instead of NFS, we will use Redis to co-ordinate configuration changes** The request to the Flask app will contain `VPN_ID` which needs to be updated. The Flask app will write...

We are deferring support for VXLAN over WireGuard for later. https://github.com/openwisp/docker-openwisp/issues/228

We are deferring automated tests for the WireGuard container for later (https://github.com/openwisp/docker-openwisp/issues/229). In the current implementation, the WireGuard VPN is not created by default in OpenWISP. This creates a challenge...

I agree, this will surely reduce the time for bringing up new container.

> In the code I see that `vpn_id` is a required parameter, but are you sure the current version of OpenWISP Controller sends this in the request? > https://github.com/openwisp/openwisp-controller/blob/c02d5279614935790b51863aff623d525c279f41/openwisp_controller/config/tasks.py#L92-L106 I...

> * Define `metric configuration` or use `register_metric().` We will define the metric configuration in `openwisp_monitoring.monitoring.configuration.DEFAULT_METRICS`. `register_metric` is supposed to be used by users.

I think this is happening because of the approximations. `0.0015`, got rounded off to `0.002`

This issue occurs because we round-off the values of the trace individually using the following method: https://github.com/openwisp/openwisp-monitoring/blob/e563520c7765d4e638f8e65b8b8e4095fa2fc4cc/openwisp_monitoring/monitoring/base/models.py#L631-L639 **Note:** The `decimal_places` default to `2`. Breaking down the data points from the...

> While testing locally, I see a lot more empty alert settings, is this happening to you too? If yes, why? > > ![Screenshot from 2022-08-26 17-51-56](https://user-images.githubusercontent.com/841044/186944799-8feed78b-16f2-4176-8c6b-12896b0e4718.png) I can confirm...

> * Using celery [crontab schedules](https://docs.celeryq.dev/en/latest/userguide/periodic-tasks.html#crontab-schedules) we can configure check task to run on specific time, It also covers most of the time variations for scheduling celery tasks. The celery...