Changeset 92
- Timestamp:
- 02/02/04 18:52:32 (8 years ago)
- Files:
-
- trunk/ChangeLog (modified) (1 diff, 1 prop)
- trunk/node/node.d.linux/iostat.in (modified) (2 diffs, 1 prop)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/ChangeLog
- Property cvs2svn:cvs-rev changed from 1.37 to 1.38
r91 r92 12 12 * Munin-graph now escapes ':' in labels properly. 13 13 * 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. 14 15 15 16 munin (1.0.0pre2) trunk/node/node.d.linux/iostat.in
- Property cvs2svn:cvs-rev changed from 1.4 to 1.5
r90 r92 11 11 # 12 12 # $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 # 13 16 # Revision 1.4 2004/02/02 16:54:38 jimmyo 14 17 # Make the iostat plugin work properly. … … 172 175 next if ($major == 254); # LVM2 devices 173 176 next if ($tmpnam =~ /part\d+$/); 177 next if ($tmpnam =~ /^\s*(?:sd|hd)[a-z]\d+\s*$/); 174 178 175 179 $tmpnam =~ s/\/[[:alpha:]]+(\d+)/\/$1/g;
