PMM Web Service not launching

Hi,

A week ago our PMM server stopped responding to http requests on port 80.

it is not a fire wall issue as we see by running on the PMM server the command(s):

[root@localhost ~]# curl [url]http://192.168.145.100/ping[/url]
curl: (7) Failed connect to 192.168.145.100:80; Connection refused

[root@localhost ~]# curl [url]http://localhost/ping[/url]
curl: (7) Failed connect to localhost:80; Connection refused

Could someone tell me the service to start to get it running again please?

Thanks,

Peter

Hi baasp

Are you running this in docker? if so you can simply restart the container (simplest) and that should restore all services to running state:
docker stop pmm-server
docker start pmm-server

Let us know if you still have issues accessing on port 80.

Michael,

Sorry for the delay I was away.

No this is not a docker deployment:( It is the ubuntu image we download from the Percona site.

What is the command in this case please?

Peter

Good news. The /var fs was full and on clearing it the ngenix started again :slight_smile: