system filesystems are logged within munin

Bug #175297 reported by Olaf Schumann
8
Affects Status Importance Assigned to Milestone
munin (Ubuntu)
Fix Released
Undecided
Unassigned

Bug Description

Binary package hint: munin-node

The df and df_inode log the systems directorys like /proc, /sys, /var/run etc. on my Ubuntu Feisty system.
The problem are the "device" of the mountpoints. These are "tmpfs, proc, sysfs, udev etc. whereas munin only filters the "none" and "unknown".

A solution is to patch the call to the df program in the munin df and df_inode plugins. (two times per plugin)

df -T -P -l -x none -x unknown -x udf -x iso9660 -x romfs -x ramfs -x sysfs -x proc -x tmpfs -x usbfs -x devpts -x nsfd | sed 1d | grep .......

Related branches

Revision history for this message
Launchpad Janitor (janitor) wrote :

This bug was fixed in the package munin - 1.2.5-2ubuntu1

---------------
munin (1.2.5-2ubuntu1) hardy; urgency=low

  * Added addtional filesystems to be excluded. (LP: #175297)

 -- Chuck Short <email address hidden> Thu, 21 Feb 2008 09:40:47 -0500

Changed in munin:
status: New → Fix Released
Revision history for this message
Malcolm Scott (malcscott) wrote :

This fix was incomplete -- system filesystems are not excluded when the plugin is reporting its configuration, which results in such filesystems appearing with usage as 'nan' (not a number).

Changed in munin:
status: Fix Released → Confirmed
Revision history for this message
Malcolm Scott (malcscott) wrote :

Attaching a patch to fix this.

Revision history for this message
Malcolm Scott (malcscott) wrote :

Revised the patch to also exclude bind-mounted filesystems (which will always have the same df output as another local filesystem).

Revision history for this message
Christian Kujau (christiank) wrote :

FWIW, the bug has been fixed upstream too, see http://munin.projects.linpro.no/ticket/572

Revision history for this message
Chuck Short (zulcss) wrote :

This is fixed for jaunty.

Changed in munin:
status: Confirmed → Fix Released
Revision history for this message
Heitzso (heitzso) wrote :

This bug seems to have come back in jaunty. I have a server munin that collects data from various client munin machines. This bug (nan for /var/lock /var/run, etc.) started showing up on my 9.04 box running munin-node.

/etc/munin/plugins# dpkg -l '*munin*'
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Installed/Config-f/Unpacked/Failed-cfg/Half-inst/t-aWait/T-pend
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad)
||/ Name Version Description
+++-=====================-=====================-==========================================================
un munin <none> (no description available)
ii munin-node 1.2.5-2ubuntu3.1 network-wide graphing framework (node)

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.