Esempio n. 1
0
 def __init__(self,
              endpoint=DEFAULT_ENDPOINT_STATS,
              ssh_server=None,
              context=None):
     CircusConsumer.__init__(self, ['stat.'], context, endpoint, ssh_server)
Esempio n. 2
0
 def __init__(self, endpoint='tcp://127.0.0.1:5557', context=None):
     CircusConsumer.__init__(self, ['stat.'], context, endpoint)
Esempio n. 3
0
 def __init__(self, endpoint=DEFAULT_ENDPOINT_STATS, ssh_server=None,
              context=None):
     CircusConsumer.__init__(self, ['stat.'], context, endpoint, ssh_server)
Esempio n. 4
0
 def __init__(self, endpoint='tcp://127.0.0.1:5557', context=None):
     CircusConsumer.__init__(self, ['stat.'], context, endpoint)