Advertisement
Guest User

Untitled

a guest
Feb 4th, 2015
228
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. Traceback (most recent call last):
  2. File "./scripts/noc-classifier.py", line 12, in <module>
  3. Classifier().process_command()
  4. File "/opt/noc/fm/classifier/__init__.py", line 104, in __init__
  5. Daemon.__init__(self)
  6. File "/opt/noc/lib/daemon/base.py", line 102, in __init__
  7. self.load_config()
  8. File "/opt/noc/fm/classifier/__init__.py", line 122, in load_config
  9. self.load_rules()
  10. File "/opt/noc/fm/classifier/__init__.py", line 186, in load_rules
  11. EventClassificationRule.objects.filter(name=self.DEFAULT_RULE).first()
  12. File "/opt/noc/fm/classifier/rule.py", line 34, in __init__
  13. self.name = rule.name
  14. AttributeError: 'NoneType' object has no attribute 'name'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement