How to configure certain charts in munin to update every day instead of every 5 minutes?

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?

+5
source share
1 answer

, . munin

Munin (*/5) . ?

/etc/cron.d/munin.

Munin (, , RRD); RRD 5 , , RRD, () .

, ?:)

, script, , , . , , . .

+1

All Articles