[PR #10825] [CLOSED] 8831 Add health check monitoring #13702

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/10825
Author: @arthanson
Created: 11/2/2022
Status: Closed

Base: featureHead: 8831-health-check2


📝 Commits (1)

  • db26d8b 8831 Add health check monitoring

📊 Changes

6 files changed (+21 additions, -0 deletions)

View changed files

📝 base_requirements.txt (+4 -0)
docs/integrations/health-check.md (+10 -0)
📝 mkdocs.yml (+1 -0)
📝 netbox/netbox/settings.py (+4 -0)
📝 netbox/netbox/urls.py (+1 -0)
📝 requirements.txt (+1 -0)

📄 Description

Fixes: #8831

Adds health check to app allowing query/monitor that NetBox came up successfully and DB, Redis are working. Useful in cloud / kubernetes environments. Health check url is at healthcheck and short doc page is added for it under integrations.


🔄 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/netbox-community/netbox/pull/10825 **Author:** [@arthanson](https://github.com/arthanson) **Created:** 11/2/2022 **Status:** ❌ Closed **Base:** `feature` ← **Head:** `8831-health-check2` --- ### 📝 Commits (1) - [`db26d8b`](https://github.com/netbox-community/netbox/commit/db26d8ba2c0fa33a84f8db25c40edc8ed65af97e) 8831 Add health check monitoring ### 📊 Changes **6 files changed** (+21 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `base_requirements.txt` (+4 -0) ➕ `docs/integrations/health-check.md` (+10 -0) 📝 `mkdocs.yml` (+1 -0) 📝 `netbox/netbox/settings.py` (+4 -0) 📝 `netbox/netbox/urls.py` (+1 -0) 📝 `requirements.txt` (+1 -0) </details> ### 📄 Description <!-- Thank you for your interest in contributing to NetBox! Please note that our contribution policy requires that a feature request or bug report be approved and assigned prior to opening a pull request. This helps avoid waste time and effort on a proposed change that we might not be able to accept. IF YOUR PULL REQUEST DOES NOT REFERENCE AN ISSUE WHICH HAS BEEN ASSIGNED TO YOU, IT WILL BE CLOSED AUTOMATICALLY. Please specify your assigned issue number on the line below. --> ### Fixes: #8831 <!-- Please include a summary of the proposed changes below. --> Adds health check to app allowing query/monitor that NetBox came up successfully and DB, Redis are working. Useful in cloud / kubernetes environments. Health check url is at healthcheck and short doc page is added for it under integrations. --- <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 23:20:21 +01:00
adam closed this issue 2025-12-29 23:20:21 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#13702