4 open findingsin datacenter

Grouped under the component believed to be causing them.

systemd unit certbot.service has failed

critical

systemd unit certbot.service has failed

first seen 44h ago

The certificate renewal unit is in a failed state. TLS certificates renew on a timer; if this stays failed, certificates will silently expire and every HTTPS site on this host will start refusing connections.

How to resolve

Run 'systemctl status certbot.service' and 'certbot renew --dry-run' to see why renewal is failing, and check certificate expiry with 'certbot certificates'.

Container ogm-console is failing its health check

warning

Container ogm-console is failing its health check

first seen 44h ago

Running, but the container's own health check is failing.

How to resolve

The process is running but reporting itself unhealthy, so it is likely serving errors rather than being down outright. Check 'docker inspect --format "{{json .State.Health}}" ogm-console' for the failing probe output.

Container ogm-dbgate is not running

warning

Container ogm-dbgate is not running

first seen 44h ago

Container is exited.

How to resolve

Inspect why it stopped with 'docker logs --tail 100 ogm-dbgate'. If it is part of a compose project, 'docker compose up -d' from that project's directory will recreate it.

Container ogm-uptime-kuma is not running

warning

Container ogm-uptime-kuma is not running

first seen 44h ago

Container is exited.

How to resolve

Inspect why it stopped with 'docker logs --tail 100 ogm-uptime-kuma'. If it is part of a compose project, 'docker compose up -d' from that project's directory will recreate it.