I have a metric that should only be checked and logged daily.
Calculation is CPU-intensive, and querying multiple times per day returns the same value (i.e. it just wastes CPU time).
Is it possible to make a plugin that is queried only once per day?
I've tried to specify "update_rate 3600" in munin-node config for this plugin, but it was still queried every 5 minutes. Graphs are also displayed with 5 minutes granularity.
Surely, local cache is an option, but makes things more complicated.