Dear Team,
I wanted to inform you about the behavior of charts when modifying the data collection interval in OpenWISP2.
Currently, the interval is set to 300 seconds (5 minutes), which means the agent sends data to the server every 5 minutes. If we change this value to 900 seconds (15 minutes) or any other value.
“What will be the behavior of the charts if I select a 1-day view, since the chart data will be displayed at 10-minute intervals?”
Thanks in advance
Regards,
logu
--
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 openwisp+u...@googlegroups.com.
To view this discussion, visit https://groups.google.com/d/msgid/openwisp/CAJy2ivrN3OuBy2_11VgNmEV_Up9cGL9ftefEXbh7aGcm%2BoiStg%40mail.gmail.com.
run_checks
schedule in Celery like this: 'run_checks': { 'task': 'openwisp_monitoring.check.tasks.run_checks', 'schedule': timedelta(minutes=5), -> Here If I change 5min to 15mins. },
Please confirm if my understanding is correct.
To view this discussion, visit https://groups.google.com/d/msgid/openwisp/CAAGgX6%2B6kHpbS_gEPcZ%3DEh4nO71K%2BVKm088wVTHM%3DeaujtCiVQ%40mail.gmail.com.