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
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