Hello all,
On some servers, we have problems with the if_ plugin reporting huge anormal values (see the attached graph).
I've seen :
http://munin.projects.linpro.no/wiki/HowToWritePlugins#DERIVEvs.COUNTER
It seems that the problem is the COUNTER rrd type used by the plugin.
Patching the plugin replacing the COUNTER type by the DERIVE type solved the problem.
On the attached graph, the peaks occur the same time we reboot our server, on a weekly basis. When we reboot the server, /proc/net/dev counters are reset. I think this is the cause of the problem.
Why not patch the if_ plugin to use the DERIVE type ?
Thanks in advance, and for all your work on this great project !
Marc