Re: [openwisp] Ping Check/Uptime chart logic (How PING is happening from server to Device): reg

2023-07-14 Thread Federico Capoano
Hi Manukumar, All active checks are executed by default every 5 minutes, this is controlled by the CELERY_BEAT_SCHEDULE settings (look for this setting in the README and in the code and additionally look for celery-beat in the celery docs for more info about this). The default ping check config y

[openwisp] Ping Check/Uptime chart logic (How PING is happening from server to Device): reg

2023-07-13 Thread Manukumar NM
Greetings... According to this logic in openwisp2 for uptime chart, DEFAULT_PING_CHECK_CONFIG = { 'count': { 'type': 'integer', 'default': 5, 'minimum': 2, # chosen to avoid slowing down the queue 'maximum': 20, }, 'interval': { 'type': 'integer', 'defa