[PR #193] [MERGED] Scripts to monitor HP Proliant hardware status #199

Closed
opened 2026-03-02 02:10:58 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/amidaware/community-scripts/pull/193
Author: @brisksystems-us
Created: 11/15/2023
Status: Merged
Merged: 1/18/2024
Merged by: @silversword411

Base: mainHead: main


📝 Commits (2)

  • 845bce0 Scripts to monitor HP Proliant hardware status
  • 59f04fc Moving script to wip folder

📊 Changes

7 files changed (+99 additions, -0 deletions)

View changed files

scripts_wip/nix_bash_HP_CPU_Status.sh (+21 -0)
scripts_wip/nix_bash_HP_Memory_Status.sh (+21 -0)
scripts_wip/nix_bash_HP_Power_Supply_Status.sh (+21 -0)
scripts_wip/nix_bash_HP_RAID_Battery_Status.sh (+10 -0)
scripts_wip/nix_bash_HP_RAID_Cache_Status.sh (+10 -0)
scripts_wip/nix_bash_HP_RAID_Controller_Status.sh (+10 -0)
scripts_wip/nix_bash_Install_HP_Server_Health_Tools.sh (+6 -0)

📄 Description

1 script downloads and installs 2 official HP tools from their website (RPM/Yum only at this time) 6 scripts that can be used for script checks for various bits of hardware; Return code 2 for errors. Tested on XCP-NG on an 8th Gen HP ProLiant rack server.


🔄 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/amidaware/community-scripts/pull/193 **Author:** [@brisksystems-us](https://github.com/brisksystems-us) **Created:** 11/15/2023 **Status:** ✅ Merged **Merged:** 1/18/2024 **Merged by:** [@silversword411](https://github.com/silversword411) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (2) - [`845bce0`](https://github.com/amidaware/community-scripts/commit/845bce0dcad376901a3e9b1dc009df188e6e0b59) Scripts to monitor HP Proliant hardware status - [`59f04fc`](https://github.com/amidaware/community-scripts/commit/59f04fc0bf24f6e069fe520ea69c1f75f077bb26) Moving script to wip folder ### 📊 Changes **7 files changed** (+99 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `scripts_wip/nix_bash_HP_CPU_Status.sh` (+21 -0) ➕ `scripts_wip/nix_bash_HP_Memory_Status.sh` (+21 -0) ➕ `scripts_wip/nix_bash_HP_Power_Supply_Status.sh` (+21 -0) ➕ `scripts_wip/nix_bash_HP_RAID_Battery_Status.sh` (+10 -0) ➕ `scripts_wip/nix_bash_HP_RAID_Cache_Status.sh` (+10 -0) ➕ `scripts_wip/nix_bash_HP_RAID_Controller_Status.sh` (+10 -0) ➕ `scripts_wip/nix_bash_Install_HP_Server_Health_Tools.sh` (+6 -0) </details> ### 📄 Description 1 script downloads and installs 2 official HP tools from their website (RPM/Yum only at this time) 6 scripts that can be used for script checks for various bits of hardware; Return code 2 for errors. Tested on XCP-NG on an 8th Gen HP ProLiant rack server. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 02:10:58 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/community-scripts#199
No description provided.