You are viewing documentation for a previous version of Platform9 products. For the latest Private Cloud Director documentation, click here.
Managed Kubernetes
5.14
×
Overview
Getting Started
Clusters
PMK CLI
APIs
In Cluster Monitoring
Platform9 Managed Add-ons
Platform Administration
Workloads & Apps
Support
Title
Message
Create new category
What is the title of your new category?
Edit page index title
What is the title of the page index?
Edit category
What is the new title of your category?
Edit link
What is the new title and URL of your link?
Environment Status
Summarize Page
Copy Markdown
Open in ChatGPT
Open in Claude
Environment Status
Environment status represents the state of the cluster and nodes as seen within the SaaS Management Plane.
Below is the YAML-based rule set that Catapult uses, including alert names, expression, timeframe, labels with type and severity, and annotations which contain the summary and description of the notification.
YAML
x
bash-5.0# cat qbert.ymlgroups: - name: qbert rules: - alert: ClusterStatusNotOK expr: qbert_cluster_status_ok{job="qbert"} == 0 for: 10m labels: type: pf9 severity: warning annotations: summary: Cluster status is not ok! description: Cluster status of {{ $labels.cluster_name }} of type {{ $labels.cloud_provider_type }} is not ok - alert: NodeNotReady expr: qbert_kube_node_ready{node_status!="Ready", cluster_name!="undefined"} == 0 for: 10m labels: type: pf9 severity: warning annotations: summary: Node {{ $labels.node_name }} is not ready! description: Node {{ $labels.node_name }} cluster {{ $labels.cluster_name }} role {{ $labels.node_role }} is in state {{ $labels.node_status }} - alert: K8sApiNotResponding expr: qbert_node_status_ok{node_role="master"} == 0 for: 10m labels: type: pf9 severity: warning annotations: summary: K8s api of cluster {{ $labels.cluster_name }} is not responding! description: K8s api is not responding on cluster {{ $labels.cluster_name }} Node {{ $labels.node_hostname }} role {{ $labels.node_role }} - alert: WorkerNodeNotResponding expr: qbert_node_status_ok{node_role="worker"} == 0 for: 15m labels: type: pf9 severity: warning annotations: summary: Worker node not responding! description: Worker node not responding on cluster {{ $labels.cluster_name }} Node {{ $labels.node_hostname }} role {{ $labels.node_role }}bash-5.0#Type to search, ESC to discard
Type to search, ESC to discard
Type to search, ESC to discard
Last updated on Jan 23, 2026
Was this page helpful?
Discard Changes
Do you want to discard your current changes and overwrite with the template?
Archive Synced Block
Message
Create new Template
What is this template's title?
Delete Template
Message