diff --git a/codebundles/k8s-postgres-healthcheck/runbook.robot b/codebundles/k8s-postgres-healthcheck/runbook.robot index dfe09822..4aca2da6 100644 --- a/codebundles/k8s-postgres-healthcheck/runbook.robot +++ b/codebundles/k8s-postgres-healthcheck/runbook.robot @@ -1,5 +1,5 @@ *** Settings *** -Documentation Runs a series of tasks and scores the health of a postgres cluster +Documentation Runs a series of tasks to check the overall health of a postgres cluster and to provide detailed information useful for debugging or reviewing configurations. Metadata Author stewartshea Metadata Display Name Kubernetes Postgres Healthcheck Metadata Supports AKS,EKS,GKE,Kubernetes,Patroni,Postgres,Crunchy,Zalando diff --git a/codebundles/k8s-postgres-healthcheck/sli.robot b/codebundles/k8s-postgres-healthcheck/sli.robot index cb171f74..dc2c795a 100644 --- a/codebundles/k8s-postgres-healthcheck/sli.robot +++ b/codebundles/k8s-postgres-healthcheck/sli.robot @@ -1,5 +1,5 @@ *** Settings *** -Documentation Runs multiple Kubernetes and psql commands to report on the health of a postgres cluster. Produces a value between 0 (completely failing thet test) and 1 (fully passing the test). Looks for container restarts, events, and pods not ready. +Documentation Runs multiple Kubernetes and psql commands to report on the health of a postgres cluster. Produces a value between 0 (completely failing thet test) and 1 (fully passing the test). Checks for database lag & backup health. Metadata Author stewartshea Metadata Display Name Kubernetes Postgres Healthcheck Metadata Supports AKS,EKS,GKE,Kubernetes,Patroni,Postgres,Crunchy,Zalando