Hi @eriitguy, I made some tests and it seems not correct with ping probe:
For example if we have:
Polling:
Probe Interval = 10 seconds
Probe Timeout = 5 seconds
Probe Down Count = 3
Ping probe:
Retry count = 3
Retry interval = 1s
You will receive a message that service is down at 00:00:23
Poll 1= poll from 00:00:00, failed at 00:00:03 due to ping probe settings
Poll 2= poll from 00:00:10, failed at 00:00:13 due to ping probe settings
Poll 3= poll from 00:00:20, failed at 00:00:23 due to ping probe settings -> Notification
With the default settings, you will receive a message that service is down at 00:02:03
For example if we have:
Polling:
Probe Interval = 10 seconds
Probe Timeout = 5 seconds
Probe Down Count = 3
Ping probe:
Retry count = 3
Retry interval = 1s
You will receive a message that service is down at 00:00:23
Poll 1= poll from 00:00:00, failed at 00:00:03 due to ping probe settings
Poll 2= poll from 00:00:10, failed at 00:00:13 due to ping probe settings
Poll 3= poll from 00:00:20, failed at 00:00:23 due to ping probe settings -> Notification
With the default settings, you will receive a message that service is down at 00:02:03
Statistics: Posted by simogere — Mon Mar 04, 2024 2:53 am