Advertisement
Guest User

Untitled

a guest
Mar 5th, 2012
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.36 KB | None | 0 0
  1. shinken-admin 17:00 #493
  2. Available functions :
  3. # connect [localhost:7770]
  4. # status
  5. # gethostname
  6. # help [function]
  7. # showconfig [daemon type]
  8. # quit
  9. > status
  10. Connection to localhost:7770
  11. Pinging unnamed arbiter
  12. Info : Add failed attempt to unnamed arbiter (1/3) cannot connect: [Errno 111] Connection refused
  13. Connection problem
  14. Traceback (most recent call last):
  15. File "/usr/local/shinken/bin/shinken-admin", line 276, in <module>
  16. ShinkenAdmin().cmdloop(intro)
  17. File "/usr/lib/python2.6/cmd.py", line 142, in cmdloop
  18. stop = self.onecmd(line)
  19. File "/usr/lib/python2.6/cmd.py", line 219, in onecmd
  20. return func(arg)
  21. File "/usr/local/shinken/bin/shinken-admin", line 125, in do_status
  22. data = self.arb.get_all_states()
  23. File "/usr/local/shinken/shinken/arbiterlink.py", line 122, in get_all_states
  24. r = self.con.get_all_states()
  25. File "/usr/local/lib/python2.6/dist-packages/Pyro4/core.py", line 146, in __call__
  26. return self.__send(self.__name, args, kwargs)
  27. File "/usr/local/lib/python2.6/dist-packages/Pyro4/core.py", line 250, in _pyroInvoke
  28. self.__pyroCreateConnection()
  29. File "/usr/local/lib/python2.6/dist-packages/Pyro4/core.py", line 323, in __pyroCreateConnection
  30. raise errors.CommunicationError(err)
  31. Pyro4.errors.CommunicationError: cannot connect: [Errno 111] Connection refused
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement