コード例 #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
ファイル: processes.py プロジェクト: Carl-Gaudreault/ajenti-v
 def __init__(self, pid):
     SanityCheck.__init__(self)
     self.pid = pid
     self.type = _('Process')
     self.name = pid
コード例 #3
0
ファイル: gunicorn.py プロジェクト: r15ch13/ajenti-v
 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