예제 #1
0
파일: puma.py 프로젝트: danorton/ajenti-v
 def __init__(self, backend):
     SanityCheck.__init__(self)
     self.backend = backend
     self.type = _('PUMA service')
     self.name = backend.id
예제 #2
0
 def __init__(self, pid):
     SanityCheck.__init__(self)
     self.pid = pid
     self.type = _('Process')
     self.name = pid
예제 #3
0
 def __init__(self, backend):
     SanityCheck.__init__(self)
     self.backend = backend
     self.type = _('GUnicorn service')
     self.name = backend.id
예제 #4
0
파일: gunicorn.py 프로젝트: pfz/ajenti-v
 def __init__(self, backend):
     SanityCheck.__init__(self)
     self.backend = backend
     self.type = _("GUnicorn service")
     self.name = backend.id
예제 #5
0
파일: nodejs.py 프로젝트: trilce/ajenti-v
 def __init__(self, backend):
     SanityCheck.__init__(self)
     self.backend = backend
     self.type = _('Node.js service')
     self.name = backend.id
예제 #6
0
 def __init__(self, pid):
     SanityCheck.__init__(self)
     self.pid = pid
     self.type = _('Process')
     self.name = pid