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?10s
HTTP MethodThe HTTP method to useGET
Target URLThe URL to check.
HTTP Body(optional) The HTTP Body.
HTTP Headers(optional) The HTTP Headers.
Requests per secondThe number of requests to send per second.1
Required Success RatePercentage of requests that must be successful. Evaluated at the end of the duration.100
Response status codesHTTP status codes considered as success. Supports ranges with '-' and multiple codes delimited by ';', e.g. '200-399;429'.200-299
Responses contain(optional) The responses must contain this string, otherwise the step fails.
Response Time Verification Mode(optional) Whether response time must be shorter or longer than the specified value.NO_VERIFICATION
Response Time(optional) The value for the response time verification.500ms
Follow Redirects?Whether HTTP redirects should be followed.
Connection TimeoutConnection timeout for a single call. Should be between 1 and 10 seconds.5s
Read TimeoutRead timeout for a single call. Should be between 1 and 10 seconds.5s
Max concurrent requestsMaximum number of parallel requests in flight at once. (min 1, max 10)5
Skip certificate verification(optional) Whether TLS certificate verification should be skipped.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
© 2026 Steadybit GmbH. All rights reserved.
Twitter iconLinkedIn iconGitHub icon