Setup time: 2 Min
1. Create All Quiet Website / HTTP Monitor
Sign in to your All Quiet account.Create Integration
- Click on the
Inbound Integrationstab. - Click on
+ Create.

Select Website / HTTP Monitor as the integration’s type
- Enter a
Display Namefor your integration, e.g. “HTTP Monitor”. - Select a
Team. - Select
Website / HTTP Monitoras the integration’s type. - Click
Create Inbound Integration.

2. Configure your Website / HTTP Monitor
Once you’ve set up the “Website / HTTP Monitor”, it’s time to configure it. This can be done on the the integration’s page.- Select your Method (
HEAD,GET,POST,PUT,DELETEorPATCH) - Enter the URL you want to Monitor. If you want to monitor different URLs, simply set up several monitors.
- Optionally, you can define
Accepted Status Codes. If empty, 2xx status codes are accepted. If specified, only the specified status codes are accepted and other status codes trigger an incident. - Optionally, you can add Headers in JSON format.
- Select your Authentification method (
None,BasicorBearer). Interval: Select how often the monitor should be triggered.- Select the
Timeout, the duration after which the monitor should time out and considered to be failed. - Select how often the Monitor should
retrythe request before creating an incident if something is wrong. - You may add the number of days until your SSL certificate expires that should set your monitor to
Degraded. The monitor will be degraded if the certification’s expiration is closer than this value. - You may add the number of days until your SSL certificate expires that should set your monitor to
Down. The monitor will be down if the certification’s expiration is closer than this value. This makes sure we notifiy you and you won’t miss the expiration. - Select the severity of incidents triggered for
Degradedmonitor results. - Select the severity of incidents triggered for
Downmonitor results. - To finish your setup, click
Save Monitor Settings.
You can always pause your monitor by activating the toggle at the top of the settings and saving.

Your monitor is now set up, configured and running.
Test your Monitor
We recommend testing your monitor after setting it up to see if it works as expected. After saving the monitor,- Click “Execute” in the
Last Responsesection. - You’ll find the result below. Here, the monitor fails…

Outbound IP Addresses
The outbound IP addresses used for HTTP monitoring are dynamic and can be retrieved from the following endpoints:- US Region: https://allquiet.app/api/public/v1/metadata/ips
- EU Region: https://allquiet.eu/api/public/v1/metadata/ips
Incident creation from Monitor
If the monitor fails, you will see that in the results…

How HTTP Monitoring Status Handling Works
When HTTP monitoring checks a target, the system compares the new status with the most recent one. If the status has changed (for example, from Up to Down or from Down to Up), the system processes the result fully. This includes updating records, sending notifications, and managing incidents. If the status remains the same (for example, Up to Up or Down to Down), the system stops early without further processing. This prevents duplicate alerts and avoids unnecessary incident creation. You can also see this in theResponse Logs at the bottom of the HTTP Monitor Settings page. The reponse logs will only show one entry per status change, but will update the timestamp based on the last response for the given status.
This behavior differs from other inbound integrations, which create a new incident whenever an alert is received if there is no open incident yet. HTTP monitoring is designed to reduce noise by only acting when a real status change occurs.
