TT#152101 Remove check of ngcp-rest-api process

The real name of the process is not 'ngcp-rest-api' but 'node':
root@web01a:~# ps ax | grep rest-api
  80697 ?        Ssl    0:01 ngcp-rest-api
root@web01a:~# pstree 80697
node─┬─node───10*[{node}]
     └─6*[{node}]

There is no easy way to match it or change the real name. So removing
this check until we have a solution.

Change-Id: I11f5301787fe41a9d8e3b299907cd6a2f08ee1f0
mr10.2.1
Mykola Malkov 4 years ago
parent 2a47a1a4dd
commit cfe08f57b6

@ -61,9 +61,6 @@ process:
ngcp-faxserver:
running: {{if and [% is_proxy ? 1 : 0 %] .Vars.NODE_ACTIVE}} true {{else}} false {{end}}
ngcp-rest-api:
running: [% is_mgmt && rest_api.enable == 'yes' ? 'true' : 'false' %]
ngcp-snmp-agent:
running: true

Loading…
Cancel
Save