示例#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