예제 #1
0
파일: client.py 프로젝트: max19931/circus
 def __init__(self,
              endpoint=DEFAULT_ENDPOINT_STATS,
              ssh_server=None,
              context=None):
     CircusConsumer.__init__(self, ['stat.'], context, endpoint, ssh_server)
예제 #2
0
파일: client.py 프로젝트: daker/circus
 def __init__(self, endpoint='tcp://127.0.0.1:5557', context=None):
     CircusConsumer.__init__(self, ['stat.'], context, endpoint)
예제 #3
0
파일: client.py 프로젝트: bbinet/circus
 def __init__(self, endpoint=DEFAULT_ENDPOINT_STATS, ssh_server=None,
              context=None):
     CircusConsumer.__init__(self, ['stat.'], context, endpoint, ssh_server)
예제 #4
0
 def __init__(self, endpoint='tcp://127.0.0.1:5557', context=None):
     CircusConsumer.__init__(self, ['stat.'], context, endpoint)