Advertisement
Guest User

Untitled

a guest
Oct 22nd, 2015
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.28 KB | None | 0 0
  1. root@noc:/opt/noc/etc# /opt/noc/bin/python /opt/noc/scripts/noc-classifier.py -f start
  2. 2015-10-22 11:10:36,835 [noc.lib.perf] Stats are disabled
  3. 2015-10-22 11:10:36,835 [noc-classifier] Using rule lookup solution: noc.fm.classifier.rulelookup.RuleLookup
  4. 2015-10-22 11:10:36,835 [noc-classifier] Loading enumerations
  5. 2015-10-22 11:10:36,839 [noc-classifier] 3 enumerations loaded
  6. 2015-10-22 11:10:36,839 [noc-classifier] Loading rules
  7. 2015-10-22 11:10:36,841 [noc-classifier] 0 cloning rules found
  8. 2015-10-22 11:10:40,390 [noc-classifier] 1057 rules are loaded in the 98 profiles
  9. 2015-10-22 11:10:40,390 [noc-classifier] Loading triggers
  10. 2015-10-22 11:10:40,655 [noc-classifier] Trigger 'Config Corrected' for classes:
  11. Traceback (most recent call last):
  12. File "/opt/noc/scripts/noc-classifier.py", line 12, in <module>
  13. Classifier().process_command()
  14. File "/opt/noc/fm/classifier/__init__.py", line 107, in __init__
  15. Daemon.__init__(self)
  16. File "/opt/noc/lib/daemon/base.py", line 103, in __init__
  17. self.load_config()
  18. File "/opt/noc/fm/classifier/__init__.py", line 129, in load_config
  19. self.load_triggers()
  20. File "/opt/noc/fm/classifier/__init__.py", line 229, in load_triggers
  21. self.triggers[c_id] += [Trigger(t, handler=h)]
  22. KeyError: ObjectId('5548be674a5e6848b94f45bf')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement