Retry check interval not working

Hi All,

I am using checkmk managed services version 2.2. Last a few days i am trying hard to configure retry check interval for the services having issues. The mentioned services are configured using mrpe. Only normal check interval is working.
My current configuration is as below,
Normal check interval 10min
retry checkinterval 2min
retry attempt 5
please find below snip for more detail

can someone please help me to correct this scenario?

Regards,

With services that depend on agent data you cannot set a different normal or retry check interval.
These services are updated in the frequency of the “Check_MK” service check as this one triggers the agent query.

1 Like

I tested by configuring retry interval specifically for check_mk service but that too didn’t worked. Even the same is not working for other services also.

The Check_MK service will stay in OK state. Thus the retry check interval is not applied.

1 Like

Is there a possible way to by pass this situation? Is this a bug? Actually services should have seperate retry intervals.

Yes, but technically they cannot have them. They are “passive services” in Nagios terms and are only updated when new agent data arrives.