[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',

Re: [openwisp] Re: CPU Load calculation :reg

2023-07-13 Thread Federico Capoano
Sorry, I don't understand your last question. Please open a new thread when you change the subject and please make sure to provide more information about: - you current situation - the problem you are noticing - what you want to achieve Best regards Federico On Thu, 13 Jul 2023 at 06:45,

Re: [openwisp] Re: CPU Load calculation :reg

2023-07-13 Thread Manukumar NM
Okay...one more doubt I have on PING CHECK is that according this logic: DEFAULT_PING_CHECK_CONFIG = { 'count': { 'type': 'integer', 'default': 5, 'minimum': 2, # chosen to avoid slowing down the queue 'maximum': 20, }, 'interval': { 'type': 'integer', 'default': 25, 'minimum': 10, # chosen to