Changeset 606
- Timestamp:
- 05/01/05 17:44:02 (7 years ago)
- Files:
-
- trunk/ChangeLog (modified) (1 diff, 1 prop)
- trunk/node/node.d/loggrep.in (modified) (2 diffs, 1 prop)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/ChangeLog
- Property cvs2svn:cvs-rev changed from 1.253 to 1.254
r605 r606 8 8 * Plugins: generic/sendmail_mail{stats,traffic} updated. 9 9 * Plugins: Made generic/samba more portable (fixes by Nicolas Stransky). 10 * Plugins: Fixed typo in generic/loggrep breaking implicit labeling. 10 11 11 12 munin (1.1.9) trunk/node/node.d/loggrep.in
- Property cvs2svn:cvs-rev changed from 1.4 to 1.5
r559 r606 37 37 # 38 38 # $Log$ 39 # Revision 1.5 2005/01/05 16:44:02 ilmari 40 # Fixed typo in generic/loggrep breaking implicit labeling. 41 # 39 42 # Revision 1.4 2004/12/10 18:51:43 jimmyo 40 43 # linux/apt* has been forced to LANG=C, to get predictable output. … … 65 68 if (exists $ENV{'regex'}) { 66 69 $regex{'count'}{'regex'} = qr/$ENV{'regex'}/; 67 $regex{'count'}{'label'} = $ENV{'label'} || $ENV{' REGEX'};70 $regex{'count'}{'label'} = $ENV{'label'} || $ENV{'regex'}; 68 71 $regex{'count'}{'value'} = 0; 69 72 }
