diff --git a/ce/01_running-processes.json.tt2 b/ce/01_running-processes.json.tt2 index ec5c3a6..82001b3 100644 --- a/ce/01_running-processes.json.tt2 +++ b/ce/01_running-processes.json.tt2 @@ -14,13 +14,6 @@ ], "stderr": [] }, - "pgrep -c -f '[p]erl-fcgi-pm \\[Sipwise::Provisioning\\]'": { - "exit-status": "0", - "stdout": [ - "1" - ], - "stderr": [] - }, "pgrep -n -f '[k]amailio.*kamailio.proxy.pid'": { "exit-status": "0", "stdout": [ diff --git a/ce/07_system_service.json.tt2 b/ce/07_system_service.json.tt2 index 700e2eb..04c42d7 100644 --- a/ce/07_system_service.json.tt2 +++ b/ce/07_system_service.json.tt2 @@ -44,10 +44,6 @@ "enabled": true, "running": true }, - "ngcp-ossbss": { - "enabled": true, - "running": true - }, "ngcp-rate-o-mat": { "enabled": true, "running": true diff --git a/ce/10_sites_ok.json.tt2 b/ce/10_sites_ok.json.tt2 index e1df17e..b500d4f 100644 --- a/ce/10_sites_ok.json.tt2 +++ b/ce/10_sites_ok.json.tt2 @@ -140,24 +140,6 @@ "stderr": [] }, -[% IF ossbss.frontend == 'apache' -%] - "curl --insecure -L https://[% web_ext_ips.0 -%]:2443/SOAP/Provisioning.wsdl": { - "exit-status": "0", - "stdout": [ - "/xmlns:tns=\"http://dev.sipwise.com/SOAP/Provisioning\"/" - ], - "stderr": [] - }, -[% ELSIF ossbss.frontend == 'fcgi' -%] - "curl --insecure -L https://ngcpsoap:s04pt3st@[% web_ext_ips.0 -%]:2443/SOAP/Provisioning.wsdl": { - "exit-status": "0", - "stdout": [ - "/xmlns:tns=\"http://dev.sipwise.com/SOAP/Provisioning\"/" - ], - "stderr": [] - }, -[% END -%] - "curl -L http://localhost:8081/nginx_status": { "exit-status": "0", "stdout": [ diff --git a/pro/01_running-processes.json.tt2 b/pro/01_running-processes.json.tt2 index e490a7b..11496dd 100644 --- a/pro/01_running-processes.json.tt2 +++ b/pro/01_running-processes.json.tt2 @@ -14,13 +14,6 @@ ], "stderr": [] }, - "pgrep -c -f '[p]erl-fcgi-pm \\[Sipwise::Provisioning\\]'": { - "exit-status": "0", - "stdout": [ - "1" - ], - "stderr": [] - }, "pgrep -n -f '[k]amailio.*kamailio.proxy.pid'": { "exit-status": "0", "stdout": [ diff --git a/pro/03_open_ports.json.tt2 b/pro/03_open_ports.json.tt2 index 5fc8d6d..aecf704 100644 --- a/pro/03_open_ports.json.tt2 +++ b/pro/03_open_ports.json.tt2 @@ -87,12 +87,6 @@ "listening": true, "ip": "0.0.0.0" }, -[% IF is_mgmt && ossbss.frontend != 'no' -%] - "tcp:2443": { - "listening": true, - "ip": "[% web_ext_ips.0 -%]" - }, -[% END -%] "tcp:25": { "listening": true, "ip": "127.0.0.1" diff --git a/pro/07_system_service.json.tt2 b/pro/07_system_service.json.tt2 index d168f12..a0f3f2d 100644 --- a/pro/07_system_service.json.tt2 +++ b/pro/07_system_service.json.tt2 @@ -114,12 +114,6 @@ "enabled": true, "running": true }, -[% IF is_mgmt && ossbss.frontend != 'no' -%] - "ngcp-ossbss": { - "enabled": true, - "running": true - }, -[% END -%] [% IF www_admin.enabled == 'yes' -%] "ngcp-panel": { "enabled": true,