Steadybit logoReliability Hub
GitHubGitHub iconStart Free Trial
Steadybit logoReliability Hub

HTTP Check Periodically

CheckCheck
Execute HTTP calls and verify responses periodically
Install now

HTTP Check Periodically

Execute HTTP calls and verify responses periodically
CheckCheck
Install now

HTTP Check Periodically

CheckCheck
Execute HTTP calls and verify responses periodically
Install now

HTTP Check Periodically

Execute HTTP calls and verify responses periodically
CheckCheck
Install now
Go back to list
The http check within the experiment editor.The http check within the experiment editor.

Introduction

With this extension you are able to check your http endpoints for availability and response time. You can also check the response body for specific strings.

Use Cases

  • Check if your http endpoints are available with a periodic check

Parameters

ParameterDescriptionDefault
DurationIn which timeframe should the specified requests be executed?GET
MethodThe HTTP method to use50%
URLThe URL to check.
BodyThe HTTP Body.
HeadersThe HTTP Headers.
RequestsPerSecondThe number of requests per second. Should be between 1 and 10.
StatusCodeWhich HTTP-Status code should be considered as success? This field supports ranges with '-' and multiple codes delimited by ';' for example '200-399;429'.
SuccessRateHow many percent of the Request must be at least successful (in terms of the given response status codes above) to continue the experiment execution? The result will be evaluated and the end of the given duration.200-299
ResponsesContainsThe Responses needs to contain the given string, otherwise the experiment will fail. The responses will be evaluated and the end of the given duration.
FollowRedirectsShould Redirects be followed?
ConnectTimeoutConnection Timeout for a single Call in seconds. Should be between 1 and 10 seconds.5s
ReadTimeoutRead Timeout for a single Call in seconds. Should be between 1 and 10 seconds.5s
MaxConcurrentMaximum count on parallel running requests. (min 1, max 10)5
InsecureSkipVerifyShould the TLS certificate be verified? If set to true, the certificate will not be verified.false

Self signed certificates

If you want to use self-signed certificates, you need to import them into the extension. You can do this by mounting a volume with the certificates and referencing it in extraVolumeMounts and extraVolumes in the helm chart. See instructions in the extension-http documentation.

Useful Templates (4 of 23)

See all
Load balancer covers an AWS EC2 restart

EC2 is part of the AWS Elastic Compute Cloud, which acquires and releases resources depending on the traffic demand. Check whether your application is elastic as well by rebooting an EC2 instance.

Motivation

Depending on your traffic demand, you can use AWS cloud's ability to acquire and release resources automatically. Some services, such as S3 and SQS, do that automatically, while others, such as EC2, integrate with AWS Auto Scaling. Once configured, it boils down to fluctuating EC2 instances starting or shutting down frequently. Even when not using AWS Autoscaling, your EC2 instances may need to be restarted occasionally for maintenance and updating purposes. Thus, it is best practice to validate your application's behavior.

Structure

We ensure that a load-balanced user-facing endpoint fully works while having all EC2 instances available. While restarting an EC2 instance, the HTTP endpoint continues operating but may suffer from degraded performance (e.g., lower success rate or higher response time). The performance should recover to a 100% success rate once all EC2 instances are back.

Solution Sketch

  • AWS Well-Architected Framework
  • Kubernetes liveness, readiness, and startup probes
Scalability
Redundancy
Elasticity
AWS
Start Using Steadybit Today

Get started with Steadybit, and you’ll get access to all of our features to discover the full power of Steadybit. Available for SaaS and on-prem!

Are you unsure where to begin?

No worries, our reliability experts are here to help: book a demo with them!

Statistics
-Stars
Tags
Http
Homepage
hub.steadybit.com/extension/com.steadybit.extension_http
License
MIT
MaintainerSteadybit
Install now
Steadybit logoReliability Hub
Start Free Trial
© 2025 Steadybit GmbH. All rights reserved.
Twitter iconLinkedIn iconGitHub icon