Pulumi provider for Syschecks (SysTeam)
Manage your Syschecks (SysTeam Monitoring) stack as code with Pulumi: monitoring checks, projects, status pages, on-call schedules, escalation policies, SLOs, integration keys, teams, services, contact methods, lifecycle watches and multi-stage incident playbooks.
Generated from the official Terraform provider via the Pulumi-Terraform Bridge — full parity, identical behaviour across all 15 resources.
Installation
pip install pulumi_systeam
Configuration
Via environment variables:
export SYSTEAM_API_URL=https://syschecks.com # base URL, no /api suffix
export SYSTEAM_API_TOKEN=pat_xxxxx # a Personal Access Token
Or with Pulumi config:
pulumi config set systeam:apiUrl https://syschecks.com
pulumi config set --secret systeam:apiToken pat_xxxxx
Example
import pulumi_systeam as systeam
project = systeam.Project("production", name="Production", organization_id=1)
systeam.Check("api-health",
name="API Health",
type="uptime",
project_id=project.id,
url="https://api.example.com/healthz",
interval=60)
Resources
Project, Check, CheckSlo, NotificationChannel, EscalationPolicy,
OncallSchedule, StatusPage, MaintenanceWindow, IntegrationKey, Team,
Service, Playbook, LifecycleWatch, ContactMethod,
AgentRegistrationToken.
Data source: get_organization().
Links
- Homepage: https://syschecks.com
- Source & issues: https://github.com/systeampl/pulumi-systeam
- License: Apache-2.0
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pulumi_systeam-0.2.1.tar.gz.
File metadata
- Download URL: pulumi_systeam-0.2.1.tar.gz
- Upload date:
- Size: 53.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.11.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d2495a97fc021ce65e92327bc434506da7b5e79768c027815ec917cde7742189
|
|
| MD5 |
34d0a2dedf3fbb287cae14a6909dff23
|
|
| BLAKE2b-256 |
7f5591facd8a37847f6307802d7cbf080912ae25b9e2c299e5a7953ee6794247
|
File details
Details for the file pulumi_systeam-0.2.1-py3-none-any.whl.
File metadata
- Download URL: pulumi_systeam-0.2.1-py3-none-any.whl
- Upload date:
- Size: 80.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.11.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dea94d290d62dc63650d1f364548cc27acff50a4b98089fc3c404c0314e2431d
|
|
| MD5 |
991ba3b2cfe7b0f9a82c4695c8d4c554
|
|
| BLAKE2b-256 |
c36bd658d2ff6bf067df34ad1e279a6c4ae1eafce169df23bdfe072586185ddd
|