[PR #326] [MERGED] Adding the request_failure hook #801

Closed
opened 2025-12-29 01:29:22 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/dehydrated-io/dehydrated/pull/326
Author: @nkovacne
Created: 12/28/2016
Status: Merged
Merged: 1/6/2017
Merged by: @lukas2511

Base: masterHead: request_failure


📝 Commits (1)

  • 4c8d3d6 Adding the request_failure hook

📊 Changes

3 files changed (+26 additions, -2 deletions)

View changed files

📝 dehydrated (+7 -0)
📝 docs/dns-verification.md (+1 -1)
📝 docs/examples/hook.sh (+18 -1)

📄 Description

This hook is called when a HTTP request fails (e.g., when the ACME server is busy, returns an error, etc). It will be called upon any response code that does not start with '2'. Useful to alert admins about problems with requests.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/dehydrated-io/dehydrated/pull/326 **Author:** [@nkovacne](https://github.com/nkovacne) **Created:** 12/28/2016 **Status:** ✅ Merged **Merged:** 1/6/2017 **Merged by:** [@lukas2511](https://github.com/lukas2511) **Base:** `master` ← **Head:** `request_failure` --- ### 📝 Commits (1) - [`4c8d3d6`](https://github.com/dehydrated-io/dehydrated/commit/4c8d3d6782405379b9e1ecdd71ef16bd074481c6) Adding the request_failure hook ### 📊 Changes **3 files changed** (+26 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `dehydrated` (+7 -0) 📝 `docs/dns-verification.md` (+1 -1) 📝 `docs/examples/hook.sh` (+18 -1) </details> ### 📄 Description This hook is called when a HTTP request fails (e.g., when the ACME server is busy, returns an error, etc). It will be called upon any response code that does not start with '2'. Useful to alert admins about problems with requests. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 01:29:22 +01:00
adam closed this issue 2025-12-29 01:29:22 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/dehydrated#801