Skip to content
🔗Integrations

Connect Zof to PagerDuty

Intermediate15 min read·Updated December 2024·SREs

Trigger PagerDuty alerts for critical reliability issues.

Prerequisites

Before you begin, make sure you have:

  • A Zof account - Sign up free
  • Access to your code repository (GitHub, GitLab, or Bitbucket)
  • Node.js 18+ or Python 3.9+

What you'll achieve

  • Installed and authenticated the Zof CLI
  • Connected Zof to your project
  • Ran your first reliability test
  • Viewed results in the Zof dashboard

Step 1: Install the Zof CLI

Open your terminal and install the CLI globally:

bash
npm install -g @zof/cli

Verify the installation:

bash
zof --version

Expected result: zof/2.x.x

Step 2: Authenticate with Zof

Connect the CLI to your Zof account:

bash
zof login

This opens your browser to complete authentication. Once authorized, you'll see:

text
✓ Authenticated as your@email.com

Tip

Use a service account token for CI rather than your personal token. You can create one at Settings → API Tokens in the Zof dashboard.

Step 3: Initialize your project

Navigate to your project directory and initialize Zof:

bash
cd your-project
zof init

Zof creates a zof.config.json file with sensible defaults for your project type.

Step 4: Run your first test

Execute a quick validation:

bash
zof run --quick

This runs a subset of agents for fast feedback (full runs take longer but are more comprehensive).

Note

The --quick flag runs only smoke and sanity agents. Use zof run without flags for a comprehensive test.

Verify it works

  1. Open app.zof.ai
  2. Navigate to Results
  3. You should see your first test run with findings categorized by severity

You should see: A results summary showing reliability score, issues found, and test coverage.

Troubleshooting

Was this guide helpful?

01與您的堆疊配合使用

Zof 會在您已經運行的堆疊上遇到它。

GitHub Actions、GitLab CI、Jenkins、Azure DevOps、AWS、GCP、Azure、Datadog、Slack、Jira、Zof 連接到您的團隊已經使用的系統,而不是他們希望不使用的系統。

生態系統

20 個連接器

涵蓋 CI/CD、雲端、操作和聊天。

聯繫時間

一小時以內

從令牌到第一個訊號。

開放獲取

API + 網路鉤子

建構我們不提供的整合。

20 INTEGRATIONS/integrations
Zof AI 整合目錄,其中 CI/CD 部分顯示 GitHub Actions、GitLab CI、Jenkins、CircleCI 和 Azure DevOps;雲端基礎設施部分包括 AWS、Google Cloud 和 Azure;加上顯示零降級、零錯誤和 20 次總整合的運作狀況摘要。
整合· /整合· 20 個連接器· 來自產品。
  • 01 · CI/CD
    • GitHub
    • GitLab
    • Jenkins
    • CircleCI
    • Azure DevOps
  • 02 · CLOUD
    • AWS
    • GCP
    • Azure

    Run agents close to your services

  • 03 · CONNECTION HEALTH
    • Healthy
    • 0 errors

    Live ecosystem telemetry

Guides | Zof AI