[openwisp] PING check: reg

2024-01-18 Thread Manu Kumar
Hii Federico, As I discussed this long back...I have observed, If I increase the *PING check default* value from *5 mins* to 15 or 30 mins. The *device health status* also will take that much time to display this status in the dashboard is it ? correct me, If I my

[openwisp] config device

2024-01-18 Thread 'Antonio Della Selva' via OpenWISP
Good morning folks, how to map "config device" in openwisp ? thank you for support Antonio -- You received this message because you are subscribed to the Google Groups "OpenWISP" group. To unsubscribe from this group and stop receiving emails from it, send an email to

Re: [openwisp] Re: Reboot command timeout: reg

2024-01-18 Thread Federico Capoano
Quoting from the current docs: ``OPENWISP_SSH_COMMAND_TIMEOUT`` +--+-+ | **type**:| ``int`` | +--+-+ | **default**: |``30`` | +--+-+ | **unit**:| ``seconds`` |

[openwisp] Re: Reboot command timeout: reg

2024-01-18 Thread Manukumar NM
If I increase this time out, will it work properly and it is in millisecond ?? SSH_COMMAND_TIMEOUT = getattr(settings, 'OPENWISP_SSH_COMMAND_TIMEOUT', 30) @shared_task(soft_time_limit=app_settings.SSH_COMMAND_TIMEOUT * 1.2) On Thu, Jan 18, 2024 at 3:16 PM Manukumar NM wrote: > Hii team... >

[openwisp] Fwd: Reboot command timeout: reg

2024-01-18 Thread Manukumar NM
Hii team... whenever I execute the REBOOT command form the openwisp2, I will get the message like* "timeout" *but in the background it's executed with soft reboot. Still why am I getting Task time limit exceeded, is there any setting can we increase the