Skip to main content

This package contains utility actions/probes/controls for chaostoolkit

Project description

A ChaosToolkit package that lists some useful utility actions/probes/controls

Probes

check_site_content

This probe can be used to check if the content from a http get request matches a pattern.

Usage

  {
    "type": "probe",
    "name": "Check there are no errors...",
    "provider": {
      "arguments": {
        "url": "...",
        "pattern": "any pattern accepted by re...",
        "timeout": x # timeout in seconds, not mandatory...
      },
      "func": "check_site_content",
      "module": "chaostoolkit_utils.probes",
      "type": "python"
    },

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

chaostoolkit_utils-0.1.0.tar.gz (3.4 kB view hashes)

Uploaded Source

Built Distribution

chaostoolkit_utils-0.1.0-py2.py3-none-any.whl (4.1 kB view hashes)

Uploaded Python 2 Python 3

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