From b8b2acbe6ed8a38a0f02a0c82e016780ce58bd4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20H=C3=B6glinger-Stelzer?= Date: Wed, 12 Jul 2023 15:54:17 +0200 Subject: [PATCH] Update README.md --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index bfff558..11b5ce5 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,13 @@ # RAIDAlert +## Prerequisites + +- A compatible HP SmartArray Controller like the P410 in my case +- A server with a system (mainboard) speaker/beeper to get the acoustic alert + - In case of the HP ProLiant MicroServer at least Gen8 or higher (G7 and below has no speaker) +- .NET 7 Runtime installed + +## 3rd party credits + +- [HP Smart Storage Administrator (HP SSA) CLI for Windows 64-bit](https://support.hpe.com/connect/s/softwaredetails?language=en_US&softwareId=MTX_05d4c11e7ed3433e85c89ea604) +- [pc-beeper](https://github.com/cocafe/pc-beeper)