Exemplo n.º 1
0
 def __init__(self, backend):
     SanityCheck.__init__(self)
     self.backend = backend
     self.type = _('PUMA service')
     self.name = backend.id
Exemplo n.º 2
0
 def __init__(self, pid):
     SanityCheck.__init__(self)
     self.pid = pid
     self.type = _('Process')
     self.name = pid
Exemplo n.º 3
0
 def __init__(self, backend):
     SanityCheck.__init__(self)
     self.backend = backend
     self.type = _('GUnicorn service')
     self.name = backend.id
Exemplo n.º 4
0
 def __init__(self, backend):
     SanityCheck.__init__(self)
     self.backend = backend
     self.type = _("GUnicorn service")
     self.name = backend.id
Exemplo n.º 5
0
 def __init__(self, backend):
     SanityCheck.__init__(self)
     self.backend = backend
     self.type = _('Node.js service')
     self.name = backend.id
Exemplo n.º 6
0
 def __init__(self, pid):
     SanityCheck.__init__(self)
     self.pid = pid
     self.type = _('Process')
     self.name = pid