Federico Capoano
Federico Capoano
Whenever the internet connection is unstable, the default test can fail and the configuration can be flagged as status "error", even though the issues are not being caused by the...
We could listen to SIGUSR2 which would be like SIGUSR1 but with the difference that the following files will be removed first: - /tmp/openwisp/checksum - /etc/openwisp/checksum This will force the...
We should make the [runbuild script](https://github.com/openwisp/openwisp-config/blob/master/runbuild) able to differentiate between releases (tagged commits) and nightly builds, which would have to be published to different directories. Subsequent steps will need to...
In some cases it may happen that the agent is stopped and started again while the configuration is being applied. If this happens, the configuration or config status of the...
Find a way to move the logger messages from init.d to agent. The reload trigger message is useful when debugging corner cases of the different interactions which can take place.
Add a configuration option which allows to specify a datetime, eg: `apply_at`. When OpenWISP applies a configuration, if `apply_at` is specified and represents a valid future date, enter an infinite...
A list would be very handy in order to allow more URLs, in case one fails.
We need a way for installers to easily configure the agent.
Similar to https://github.com/openwisp/ansible-ow-influxdb/issues/12.
I have an idea of how we could deal with extreme slowness of calling collectstatic when using object storage: - We could hash the output of `pip freeze` in the...