Skip to main content

A set of RunWhen published CLI keywords and python libraries for interacting with APIs using CLIs

Project description

Troubleshooting Tasks in Codecollection: 101 Codebundles in Codecollection: 36

Join Discord Join Slack

Open in GitHub Codespaces

RunWhen Public Codecollection

This repository is a codecollection that is to be used within the RunWhen platform. It contains codebundles that can be used in SLIs, and TaskSets.

Please see the contributing and code of conduct for details on adding your contributions to this project.

Documentation for each codebundle is maintained in the README.md alongside the robot code and is published at https://docs.runwhen.com/public/v/codebundles/. Please see the readme howto for details on crafting a codebundle readme that can be indexed.

Getting Started

Head on over to our centralized documentation here for detailed information on getting started.

File Structure overview of devcontainer:

-/app/
    |- auth/ # store secrets here, it should already be properly gitignored for you
    |- codecollection/
    |   |- codebundles/ # stores codebundles that can be run during development
    |   |- libraries/ # stores python keyword libraries used by codebundles
    |- dev_facade/ # provides interfaces equivalent to those used on the platform, but just dry runs the keywords to assist with development
    ...

The included script ro wraps the robot RobotFramework binary, and includes some extra functionality to write files to a consistent location for viewing in a HTTP server at http://localhost:3000/ that is always running as part of the devcontainer.

Quickstart

Navigate to the codebundle directory cd codecollection/codebundles/curl-http-ok/

Run the codebundle ro runbook.robot

Codebundle Index

Name Supported Integrations Tasks Documentation
AWS CloudWatch Overutlized EC2 Inspection AWS, CloudWatch Check For Overutilized Ec2 Instances Queries AWS CloudWatch for a list of EC2 instances with a high amount of resource utilization, raising issues when overutilized instances are found. Docs
AWS EKS Nodegroup Status Check AWS, EKS Check EKS Nodegroup Status Queries a node group within a EKS cluster to check if the nodegroup has degraded service, indicating ongoing reboots or other issues. Docs
GCP Gcloud Log Inspection GCP, Gcloud, Google Monitoring Inspect GCP Logs For Common Errors Fetches logs from a GCP using a configurable query and raises an issue with details on the most common issues. Docs
GCP Node Prempt List GCP, GKE Count the number of nodes in active prempt operation Check if any GCP nodes have an active preempt operation. Docs
GKE Kong Ingress Host Triage GCP, GMP, Ingress, Kong, Metrics Check If Kong Ingress HTTP Error Rate Violates HTTP Error Threshold, Check If Kong Ingress HTTP Request Latency Violates Threshold, Check If Kong Ingress Controller Reports Upstream Errors Collects Kong ingress host metrics from GMP on GCP and inspects the results for ingress with a HTTP error code rate greater than zero over a configurable duration and raises issues based on the number of ingress with error codes. Docs
GKE Nginx Ingress Host Triage GCP, GMP, Ingress, Nginx, Metrics Fetch Nginx Ingress Metrics From GMP And Perform Inspection On Results, Find Ingress Owner and Service Health Collects Nginx ingress host controller metrics from GMP on GCP and inspects the results for ingress with a HTTP error code rate greater than zero over a configurable duration and raises issues based on the number of ingress with error codes. Docs
Kubernetes ArgoCD Application Health & Troubleshoot Kubernetes, AKS, EKS, GKE, OpenShift, ArgoCD Fetch ArgoCD Application Sync Status & Health, Fetch ArgoCD Application Last Sync Operation Details, Fetch Unhealthy ArgoCD Application Resources, Scan For Errors in Pod Logs Related to ArgoCD Application Deployments, Fully Describe ArgoCD Application This taskset collects information and runs general troubleshooting checks against argocd application objects within a namespace. Docs
Kubernetes ArgoCD HelmRelease TaskSet Kubernetes, AKS, EKS, GKE, OpenShift, ArgoCD Fetch all available ArgoCD Helm releases, Fetch Installed ArgoCD Helm release versions This codebundle runs a series of tasks to identify potential helm release issues related to ArgoCD managed Helm objects. Docs
Kubernetes Artifactory Triage Kubernetes, AKS, EKS, GKE, OpenShift, Artifactory Check Artifactory Liveness and Readiness Endpoints Performs a triage on the Open Source version of Artifactory in a Kubernetes cluster. Docs
Kubernetes CertManager Healthcheck Kubernetes, AKS, EKS, GKE, OpenShift Get Health Score of CertManager Workloads Check the health of pods deployed by cert-manager. Docs
Kubernetes Daemonset Triage Kubernetes, AKS, EKS, GKE, OpenShift Get DaemonSet Log Details For Report, Get Related Daemonset Events, Check Daemonset Replicas Triages issues related to a Daemonset and its available replicas. Docs
Kubernetes Deployment Triage Kubernetes, AKS, EKS, GKE, OpenShift Check Deployment Log For Issues, Troubleshoot Deployment Warning Events, Get Deployment Workload Details For Report, Troubleshoot Deployment Replicas, Check For Deployment Event Anomalies Triages issues related to a deployment and its replicas. Docs
Kubernetes Flux Choas Testing Kubernetes, AKS, EKS, GKE, OpenShift Suspend the Flux Resource Reconciliation, Find Random FluxCD Workload as Chaos Target, Execute Chaos Command, Execute Additional Chaos Command, Resume Flux Resource Reconciliation This taskset is used to suspend a flux resource for the purposes of executing chaos tasks. Docs
Kubernetes FluxCD HelmRelease TaskSet Kubernetes, AKS, EKS, GKE, OpenShift, FluxCD List all available FluxCD Helmreleases, Fetch Installed FluxCD Helmrelease Versions, Fetch Mismatched FluxCD HelmRelease Version, Fetch FluxCD HelmRelease Error Messages, Check for Available Helm Chart Updates This codebundle runs a series of tasks to identify potential helm release issues related to Flux managed Helm objects. Docs
Kubernetes FluxCD Kustomization TaskSet Kubernetes, AKS, EKS, GKE, OpenShift, FluxCD List all available Kustomization objects, Get details for unready Kustomizations This codebundle runs a series of tasks to identify potential Kustomization issues related to Flux managed Kustomization objects. Docs
Kubernetes Image Check Kubernetes, AKS, EKS, GKE, OpenShift Check Image Rollover Times In Namespace, List Images and Tags for Every Container in Running Pods, List Images and Tags for Every Container in Failed Pods, List ImagePullBackOff Events and Test Path and Tags This taskset provides detailed information about the images used in a Kubernetes namespace. Docs
Kubernetes Ingress Healthcheck Kubernetes, AKS, EKS, GKE, OpenShift Fetch Ingress Object Health in Namespace Triages issues related to a ingress objects and services. Docs
Kubernetes Jenkins Healthcheck Kubernetes, AKS, EKS, GKE, OpenShift, Jenkins Query The Jenkins Kubernetes Workload HTTP Endpoint, Query For Stuck Jenkins Jobs This taskset collects information about perstistent volumes and persistent volume claims to validate health or help troubleshoot potential issues. Docs
Kubernetes Labeled Pod Count Kubernetes, AKS, EKS, GKE, OpenShift Measure Number of Running Pods with Label This codebundle fetches the number of running pods with the set of provided labels, letting you measure the number of running pods. Docs
Kubernetes Namespace Healthcheck Kubernetes, AKS, EKS, GKE, OpenShift Get Event Count and Score, Get Container Restarts and Score, Get NotReady Pods, Generate Namspace Score This SLI uses kubectl to score namespace health. Produces a value between 0 (completely failing thet test) and 1 (fully passing the test). Looks for container restarts, events, and pods not ready. Docs
Kubernetes Namespace Troubleshoot Kubernetes, AKS, EKS, GKE, OpenShift Trace And Troubleshoot Namespace Warning Events And Errors, Troubleshoot Container Restarts In Namespace, Troubleshoot Pending Pods In Namespace, Troubleshoot Failed Pods In Namespace, Troubleshoot Workload Status Conditions In Namespace, Get Listing Of Resources In Namespace, Check For Namespace Event Anomalies, Troubleshoot Namespace Services And Application Workloads, Check Missing or Risky PodDisruptionBudget Policies This taskset runs general troubleshooting checks against all applicable objects in a namespace, checks error events, and searches pod logs for error entries. Docs
Kubernetes Persistent Volume Healthcheck Kubernetes, AKS, EKS, GKE, OpenShift Fetch Events for Unhealthy Kubernetes PersistentVolumeClaims, List PersistentVolumeClaims in Terminating State, List PersistentVolumes in Terminating State, List Pods with Attached Volumes and Related PersistentVolume Details, Fetch the Storage Utilization for PVC Mounts, Check for RWO Persistent Volume Node Attachment Issues This taskset collects information about storage such as PersistentVolumes and PersistentVolumeClaims to validate health or help troubleshoot potential storage issues. Docs
Kubernetes Pod Resources Scan Kubernetes, AKS, EKS, GKE, OpenShift Scan Labeled Pods and Show All Containers Without Resource Limit or Resource Requests Set, Get Labeled Container Top Info Inspects the resources provisioned for a given set of pods, selected by their labels and raises issues if no resources were specified. Docs
Kubernetes Postgres Triage AKS, EKS, GKE, Kubernetes, Patroni, Postgres Get Standard Postgres Resource Information, Describe Postgres Custom Resources, Get Postgres Pod Logs & Events, Get Postgres Pod Resource Utilization, Get Running Postgres Configuration, Get Patroni Output, Run DB Queries Runs multiple Kubernetes and psql commands to report on the health of a postgres cluster. Docs
Kubernetes Redis Healthcheck Kubernetes, AKS, EKS, GKE, OpenShift, Redis Ping Redis Workload, Verify Redis Read Write Operation This taskset collects information on your redis workload in your Kubernetes cluster and raises issues if any health checks fail. Docs
Kubernetes Service Account Check Kubernetes, AKS, EKS, GKE, OpenShift, Redis Test Service Account Access to Kubernetes API Server This taskset provides tasks to troubleshoot service accounts in a Kubernetes namespace. Docs
Kubernetes StatefulSet Triage Kubernetes, AKS, EKS, GKE, OpenShift Fetch StatefulSet Logs, Get Related StatefulSet Events, Fetch StatefulSet Manifest Details, List StatefulSets with Unhealthy Replica Counts Triages issues related to a StatefulSet and its replicas. Docs
Kubernetes Vault Triage AKS, EKS, GKE, Kubernetes, Vault Fetch Vault CSI Driver Logs, Get Vault CSI Driver Warning Events, Check Vault CSI Driver Replicas, Fetch Vault Logs, Get Related Vault Events, Fetch Vault StatefulSet Manifest Details, Fetch Vault DaemonSet Manifest Details, Verify Vault Availability, Check Vault StatefulSet Replicas A suite of tasks that can be used to triage potential issues in your vault namespace. Docs
Terraform Cloud Workspace Lock Check Terraform Cloud Checking whether the Terraform Cloud Workspace is in a locked state Check whether the Terraform Cloud Workspace is in a locked state. Docs
Test Issues Test Raise Full Issue A codebundle for testing the issues feature. Purely for testing flow. Docs
cURL HTTP OK Linux macOS Windows HTTP Checking HTTP URL Is Available And Timely This taskset uses curl to validate the response code of the endpoint and provides the total time of the request. Docs
cli-test-taskset cli Run CLI and Parse Output For Issues, Exec Test, Local Process Test This taskset smoketests the CLI codebundle setup and run process Docs
cmd-test-taskset cmd Run CLI Command This taskset smoketests the CLI codebundle setup and run process by running a bare command Docs

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

runwhen-cli-keywords-0.0.4.tar.gz (24.0 kB view details)

Uploaded Source

Built Distribution

runwhen_cli_keywords-0.0.4-py3-none-any.whl (22.0 kB view details)

Uploaded Python 3

File details

Details for the file runwhen-cli-keywords-0.0.4.tar.gz.

File metadata

  • Download URL: runwhen-cli-keywords-0.0.4.tar.gz
  • Upload date:
  • Size: 24.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.12

File hashes

Hashes for runwhen-cli-keywords-0.0.4.tar.gz
Algorithm Hash digest
SHA256 3c5c40791dbfc35a970dc47a6ba61913bb5f6ad3fcd4ed66669261b07e6a5b0b
MD5 242dddfee0d8468f283194d7c3503fc9
BLAKE2b-256 8644364ad751fad97b0af6955b9b2319c1fafc59d202ce0ae0259498f2f2aa0e

See more details on using hashes here.

Provenance

File details

Details for the file runwhen_cli_keywords-0.0.4-py3-none-any.whl.

File metadata

File hashes

Hashes for runwhen_cli_keywords-0.0.4-py3-none-any.whl
Algorithm Hash digest
SHA256 fbeecfef4614f7ff659fb8ca2683ebeb9bb38bc51bad79f8732028e59530e259
MD5 93d3d242f984e4fc92a02ddda1537e3f
BLAKE2b-256 96e1d61377137edc6ec0b892ae380a6e828a80b8fd4d969dc07310f47ee64bb5

See more details on using hashes here.

Provenance

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page