Hi
WHen I try to startup PMM server container ver 3.4.1 on OL9 the container status remains unhealthy. There are no further errors. The container startup is success. pmm-admin status also is clean. Appreciate help
podman inspect command " podman inspect --format=‘{{json .State.Health.Log}}’ pmm-server | jq . [ { “Start”: “2025-11-10T09:37:52.957726152Z”, “End”: “2025-11-10T09:37:53.086056494Z”, “ExitCode”: 1, “Output”: “” }, { “Start”: “2025-11-10T09:37:56.959437327Z”, “End”: “2025-11-10T09:37:57.076073872Z”, “ExitCode”: 1, “Output”: “” }, { “Start”: “2025-11-10T09:38:00.977739671Z”, “End”: “2025-11-10T09:38:01.068718548Z”, “ExitCode”: 1, “Output”: “” }, { “Start”: “2025-11-10T09:38:04.957728267Z”, “End”: “2025-11-10T09:38:05.083186322Z”, “ExitCode”: 1, “Output”: “” }, { “Start”: “2025-11-10T09:38:08.955157394Z”, “End”: “2025-11-10T09:38:09.053908439Z”, “ExitCode”: 1, “Output”: “” } ] "
podman exec -it pmm-server pmm-admin status Agent ID : pmm-server Node ID : pmm-server Node name: pmm-server PMM Server: URL : https://127.0.0.1:8443/ Version: 3.4.1 PMM Client: Connected : true Time drift : 59.857µs Latency : 160.431µs Connection uptime: 100 pmm-admin version: 3.4.1 pmm-agent version: 3.4.1 Agents: 94535680-d7fb-46c0-be56-f16c6970853e node_exporter Running 42000 f4349f6e-5aed-40ae-b4ff-ed4fdb8b5b12 postgresql_pgstatements_agent Running 0 fed375f8-61b0-4f9d-a150-1ba062b023cd postgres_exporter Running 42001 "
podman logs pmm-server
Running as UID 1000
Checking /usr/share/pmm-server directory structure…
Creating nginx temp directories…
Generating self-signed certificates for nginx…
Checking nginx configuration…
nginx: [alert] could not open error log file: open() “/var/log/nginx/error.log” failed (2: No such file or directory)
2025/11/10 09:49:22 [warn] 10#10: “ssl_stapling” ignored, issuer certificate not found for certificate “/srv/nginx/certificate.crt”
nginx: the configuration file /etc/nginx/nginx.conf syntax is ok
nginx: configuration file /etc/nginx/nginx.conf test is successful
2025-11-10 09:49:22,894 INFO Included extra file “/etc/supervisord.d/grafana.ini” during parsing
2025-11-10 09:49:22,894 INFO Included extra file “/etc/supervisord.d/nomad-server.ini” during parsing
2025-11-10 09:49:22,894 INFO Included extra file “/etc/supervisord.d/pmm.ini” during parsing
2025-11-10 09:49:22,894 INFO Included extra file “/etc/supervisord.d/qan-api2.ini” during parsing
2025-11-10 09:49:22,894 INFO Included extra file “/etc/supervisord.d/supervisord.ini” during parsing
2025-11-10 09:49:22,894 INFO Included extra file “/etc/supervisord.d/victoriametrics.ini” during parsing
2025-11-10 09:49:22,894 INFO Included extra file “/etc/supervisord.d/vmalert.ini” during parsing
2025-11-10 09:49:22,894 INFO Included extra file “/etc/supervisord.d/vmproxy.ini” during parsing
2025-11-10 09:49:22,901 INFO RPC interface ‘supervisor’ initialized
2025-11-10 09:49:22,902 INFO supervisord started with pid 1
2025-11-10 09:49:23,905 INFO spawned: ‘pmm-init’ with pid 17
2025-11-10 09:49:23,908 INFO spawned: ‘postgresql’ with pid 18
2025-11-10 09:49:23,910 INFO spawned: ‘clickhouse’ with pid 19
2025-11-10 09:49:23,917 INFO spawned: ‘grafana’ with pid 20
2025-11-10 09:49:23,924 INFO spawned: ‘nginx’ with pid 21
2025-11-10 09:49:23,933 INFO spawned: ‘victoriametrics’ with pid 22
2025-11-10 09:49:23,943 INFO spawned: ‘vmalert’ with pid 26
2025-11-10 09:49:23,955 INFO spawned: ‘vmproxy’ with pid 31
2025-11-10 09:49:23,959 INFO spawned: ‘qan-api2’ with pid 32
2025-11-10 09:49:23,980 INFO spawned: ‘pmm-managed’ with pid 44
2025-11-10 09:49:24,055 INFO exited: qan-api2 (exit status 1; not expected)
2025-11-10 09:49:24,904 INFO success: pmm-init entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2025-11-10 09:49:24,918 INFO success: postgresql entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2025-11-10 09:49:24,918 INFO success: clickhouse entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2025-11-10 09:49:24,918 INFO success: grafana entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2025-11-10 09:49:24,923 INFO success: nginx entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2025-11-10 09:49:24,962 INFO success: victoriametrics entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2025-11-10 09:49:24,962 INFO success: vmalert entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2025-11-10 09:49:24,962 INFO success: vmproxy entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2025-11-10 09:49:25,021 INFO success: pmm-managed entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2025-11-10 09:49:25,132 INFO spawned: ‘qan-api2’ with pid 364
2025-11-10 09:49:25,298 INFO exited: qan-api2 (exit status 1; not expected)
2025-11-10 09:49:27,399 INFO spawned: ‘qan-api2’ with pid 443
2025-11-10 09:49:28,571 INFO success: qan-api2 entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2025-11-10 09:49:29,992 INFO exited: pmm-init (exit status 0; expected)
2025-11-10 09:49:54,352 INFO spawned: ‘pmm-agent’ with pid 532
2025-11-10 09:49:55,533 INFO success: pmm-agent entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2025-11-10 09:51:39,006 WARN received SIGTERM indicating exit request
2025-11-10 09:51:39,007 INFO waiting for postgresql, clickhouse, grafana, nginx, victoriametrics, vmalert, vmproxy, qan-api2, pmm-managed, pmm-agent to die
2025-11-10 09:51:39,013 INFO stopped: pmm-agent (exit status 0)
2025-11-10 09:51:39,168 INFO stopped: pmm-managed (exit status 0)
2025-11-10 09:51:39,171 INFO stopped: qan-api2 (exit status 0)
2025-11-10 09:51:39,172 INFO stopped: vmproxy (terminated by SIGINT)
2025-11-10 09:51:39,173 INFO stopped: vmalert (exit status 0)
2025-11-10 09:51:39,220 INFO stopped: victoriametrics (exit status 0)
2025-11-10 09:51:41,237 INFO stopped: nginx (exit status 0)
2025-11-10 09:51:41,255 INFO stopped: grafana (exit status 0)
2025-11-10 09:51:42,388 INFO waiting for postgresql, clickhouse to die
2025-11-10 09:51:43,462 INFO stopped: clickhouse (exit status 0)
2025-11-10 09:51:43,481 INFO stopped: postgresql (exit status 0)