Changeset 92

Show
Ignore:
Timestamp:
02/02/04 18:52:32 (8 years ago)
Author:
jimmyo
Message:

Linux/iostat now shows only disks also on machines without devfs.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/ChangeLog

    • Property cvs2svn:cvs-rev changed from 1.37 to 1.38
    r91 r92  
    1212  * Munin-graph now escapes ':' in labels properly. 
    1313  * Fixed bug in munin-graph where it caused a flood of cron-mail. 
     14  * Linux/iostat now shows only disks also on machines without devfs. 
    1415 
    1516munin (1.0.0pre2) 
  • trunk/node/node.d.linux/iostat.in

    • Property cvs2svn:cvs-rev changed from 1.4 to 1.5
    r90 r92  
    1111# 
    1212# $Log$ 
     13# Revision 1.5  2004/02/02 17:52:32  jimmyo 
     14# Linux/iostat now shows only disks also on machines without devfs. 
     15# 
    1316# Revision 1.4  2004/02/02 16:54:38  jimmyo 
    1417# Make the iostat plugin work properly. 
     
    172175                                next if ($major == 254); # LVM2 devices 
    173176                                next if ($tmpnam =~ /part\d+$/); 
     177                                next if ($tmpnam =~ /^\s*(?:sd|hd)[a-z]\d+\s*$/); 
    174178 
    175179                                $tmpnam =~ s/\/[[:alpha:]]+(\d+)/\/$1/g;