kadirgun/Down Detector
Detect if a website is down
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| url | The URL to check | yes | — |
| expected-status-codes | The expected status codes | no | 200 |
| expected-response-time | The expected response time in milliseconds | no | 3000 |
| discord-webhook | The Discord webhook URL | no | — |
Outputs
| name | description |
|---|---|
| response-time | The response time in milliseconds of the request |
| status-code | The status code of the response |