Package: munin-node
Version: 1.2.5-1
found: 1.2.5-2

It seems that munin does not properly handle tmpf in the df* plugins.

For example:

/usr/share/munin/plugins/df_abs returns:

cciss_c0d0p1.value 2851236
tmpfs.value 0
tmpfs.value 4
cciss_c0d1.value 66265688

/usr/share/munin/plugins/df_abs config returns:

tmpfs.label /lib/init/rw
tmpfs.cdef tmpfs,1024,*
tmpfs.warning 1433912
tmpfs.critical 1527428
tmpfs.label /dev/shm
tmpfs.cdef tmpfs,1024,*
tmpfs.warning 1433912
tmpfs.critical 1527428

So it uses the same variable for two items.

Maybe tmpfs should be excluded similar as the ramfs?

While looking at df and df_abs I noticed that different parameters
for df are used:

df:     df -T -P -l -x none -x unknown -x udf -x iso9660 -x romfs -x ramfs 
df_abs: df -P -l -x none -x unknown

It may be useful to unify them and exclude udf, iso9660, romfs and ramfs
for df_abs as well.

Regards,

        Joey

-- 
The good thing about standards is that there are so many to choose from.
                -- Andrew S. Tanenbaum

Please always Cc to me when replying to me on the lists.



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to