Changeset 3418
- Timestamp:
- 03/15/10 22:52:43 (2 years ago)
- Files:
-
- trunk/plugins/node.d.linux/sensors_.in (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/plugins/node.d.linux/sensors_.in
r3417 r3418 162 162 volt => { 163 163 regex => qr/ 164 ^ # String must start with: 164 ^ # String must start with: 165 (\s?\S[^:]*)# Match any non-whitespace char, except ':' 166 # but allow an optional whitespace at the begining. 167 # This is needed as voltages are sometimes printed with 168 # one space in front of them. 169 # (match the label as \$1) 165 170 (\S[^:]*) # Match any non-whitespace char, except ':' 166 171 # (match the label as \$1)
