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
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.