Advertisement
Guest User

Untitled

a guest
Oct 21st, 2011
169
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. Traceback (most recent call last):
  2. File "/opt/zenoss/Products/DataCollector/zenmodeler.py", line 623, in processClient
  3. datamaps = plugin.process(device, results, self.log)
  4. File "/opt/zenoss/Products/DataCollector/plugins/zenoss/snmp/HRFileSystemMap.py", line 108, in process
  5. if skipfsnames and re.search(skipfsnames, fs['mount']):
  6. File "/opt/zenoss/lib/python2.6/re.py", line 142, in search
  7. return _compile(pattern, flags).search(string)
  8. File "/opt/zenoss/lib/python2.6/re.py", line 245, in _compile
  9. raise error, v # invalid expression
  10. error: nothing to repeat
  11.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement