Caching of service checks does not reflect check interval

Hi guys
atm we are writing a special agent for our Cisco ASA.
By accident we discovered that all data queried is cached for 5 minutes and not gathered via the defined check interval (1min). The Check_MK service shows a query of 1 minute (like rule definition), but all checks show that they are cached for 5 minutes.
How can i change this?
1.6p12CEE

BR Thomas

This depends on the output of your special agent.
I think you have inside the header of each section the cache time.
Is it possible that the agent only generates data every 5 minutes also if called more often?
Then this would be good and the programmer of the agent has implemented some caching there inside.

If you can show some section headers of the special agent output then we would know what is.

Hi Andreas
it turned out that a tag has not been set correctly and thus the check rule didn’t match :slight_smile:
Now its working as it should

BR

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.