Munin's default update interval is 5 minutes, which is suitable for most purposes.
In some cases, although 5 minutes are too frequent, they are useless and sometimes increase the load on the observed servers. For example, I want every day to display the size of the database, and for this I wrote plugins. But sampling every 5 minutes can be costly in terms of performance.
So, is it possible to configure Munin for specific schedules to update every day or every hour instead of every 5 minutes?
source
share