Guest User

mutt

a guest
Sep 13th, 2010
268
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.44 KB | None | 0 0
  1. [root@zen sbin]# zenstatus run -v10 -d lists1
  2. -bash: zenstatus: command not found
  3. [root@zen sbin]# su - zenoss
  4. [zenoss@zen ~]$ zenstatus run -v10 -d lists1
  5. 2010-09-13 15:51:09,732 DEBUG zen.ZenStatus: Starting PBDaemon initialization
  6. 2010-09-13 15:51:09,733 INFO zen.ZenStatus: Connecting to localhost:8789
  7. 2010-09-13 15:51:09,734 DEBUG zen.ZenStatus: Logging in as admin
  8. 2010-09-13 15:51:09,739 INFO zen.ZenStatus: Connected to ZenHub
  9. 2010-09-13 15:51:09,739 DEBUG zen.ZenStatus: Setting up initial services: EventService, StatusConfig
  10. 2010-09-13 15:51:09,740 DEBUG zen.ZenStatus: Chaining getInitialServices with d2
  11. 2010-09-13 15:51:09,741 DEBUG zen.ZenStatus: Loaded service EventService from zenhub
  12. 2010-09-13 15:51:09,742 DEBUG zen.ZenStatus: Loaded service StatusConfig from zenhub
  13. 2010-09-13 15:51:09,742 DEBUG zen.ZenStatus: Queueing event {'severity': 0, 'component': 'zenstatus', 'agent': 'zenstatus', 'summary': 'started', 'manager': 'zen.arin.net', 'device': 'localhost', 'eventClass': '/App/Start', 'monitor': 'localhost'}
  14. 2010-09-13 15:51:09,742 DEBUG zen.ZenStatus: Total of 1 queued events
  15. 2010-09-13 15:51:09,743 DEBUG zen.ZenStatus: Calling connected.
  16. 2010-09-13 15:51:09,743 INFO zen.ZenStatus: Fetching property items
  17. 2010-09-13 15:51:09,757 DEBUG zen.ZenStatus: Updated statusCycleInterval config to 60
  18. 2010-09-13 15:51:09,757 DEBUG zen.ZenStatus: Updated configCycleInterval config to 360
  19. 2010-09-13 15:51:09,757 INFO zen.ZenStatus: Fetching default RRDCreateCommand
  20. 2010-09-13 15:51:09,758 INFO zen.ZenStatus: Getting threshold classes
  21. 2010-09-13 15:51:09,759 DEBUG zen.ZenStatus: Loading classes ['Products.ZenModel.MinMaxThreshold', 'ZenPacks.community.deviceAdvDetail.thresholds.StatusThreshold']
  22. 2010-09-13 15:51:09,765 INFO zen.ZenStatus: Getting collector thresholds
  23. 2010-09-13 15:51:09,778 DEBUG zen.thresholds: Updating threshold ('high event queue', ('localhost', ''))
  24. 2010-09-13 15:51:09,779 DEBUG zen.thresholds: Updating threshold ('zenmodeler cycle time', ('localhost', ''))
  25. 2010-09-13 15:51:09,779 DEBUG zen.thresholds: Updating threshold ('zenperfsnmp cycle time', ('localhost', ''))
  26. 2010-09-13 15:51:09,779 DEBUG zen.thresholds: Updating threshold ('zenping cycle time', ('localhost', ''))
  27. 2010-09-13 15:51:09,779 DEBUG zen.thresholds: Updating threshold ('zenprocess cycle time', ('localhost', ''))
  28. 2010-09-13 15:51:09,779 DEBUG zen.ZenStatus: Getting service status
  29. 2010-09-13 15:51:09,784 DEBUG zen.ZenStatus: Getting services for /Devices/Server
  30. 2010-09-13 15:51:10,067 ERROR zen.ZenStatus: Remote exception: zExceptions.NotFound: cr1Traceback (most recent call last):
  31. File "/vol/opt/zenoss/Products/ZenHub/PBDaemon.py", line 75, in inner
  32. return callable(*args, **kw)
  33. File "/vol/opt/zenoss/Products/ZenHub/services/StatusConfig.py", line 64, in remote_services
  34. dev = dev.primaryAq()
  35. File "/vol/opt/zenoss/Products/ZenRelations/PrimaryPathObjectManager.py", line 80, in primaryAq
  36. return getObjByPath(app, self.getPrimaryPath())
  37. File "/vol/opt/zenoss/Products/ZenUtils/Utils.py", line 290, in getObjByPath
  38. raise NotFound( name )
  39. NotFound: cr1
  40.  
  41. 2010-09-13 15:51:10,067 DEBUG zen.ZenStatus: Sent a 'stop' event
  42. 2010-09-13 15:51:10,068 DEBUG zen.ZenStatus: stop() called when not running
  43. 2010-09-13 15:51:10,068 INFO zen.ZenStatus: Daemon ZenStatus shutting down
  44. 2010-09-13 15:51:10,068 DEBUG zen.ZenStatus: Removing service EventService
  45. 2010-09-13 15:51:10,068 DEBUG zen.ZenStatus: Removing service StatusConfig
Advertisement
Add Comment
Please, Sign In to add comment