Commit graph

102 commits

Author SHA1 Message Date
Tigerblue77
e22efc3d4e
Merge pull request #56 from scline/feature/14gen
Feature/14gen
2024-11-17 22:33:54 +01:00
Tigerblue77
2a5a8a03fc Reduced tests occurence to improve performances 2024-11-17 21:03:37 +01:00
Tigerblue77
a8c12a62c9 Added automatic Gen 14 + check 2024-11-17 21:03:37 +01:00
Tigerblue77
86155f19cf Renamed variable 2024-11-10 20:28:27 +01:00
Sean Cline
fa385ab8e8 Missing fi 2024-11-10 20:28:10 +01:00
Sean Cline
88548f5a37 Fixing some if not true statements 2024-11-10 20:28:10 +01:00
Sean Cline
ec364b009b Cant start env variable with numbers 2024-11-10 20:28:10 +01:00
Sean Cline
9fbcd12a49 Adding options for 14gen Dell servers via env var 2024-11-10 20:27:43 +01:00
Tigerblue77
8610b3bd75
Merge pull request #58 from rw15e/feature/third_party_pcie_default_flag
Feature/third party pcie default flag
2024-11-10 20:15:05 +01:00
Ryan
96f6200808 Remove SIGKILL from the trap, as SIGKILL cannot be trapped. 2024-11-10 20:09:02 +01:00
Ryan
6ec7143705 Fix typo 2024-11-10 20:09:02 +01:00
Ryan
8d56ba7211 Add new parameter DISABLE_THIRD_PARTY_PCIE_CARD_DELL_DEFAULT_COOLING_RESPONSE_ON_EXIT to allow users to specify whether or not they want the Dell Third-Party PCIe Card Default Cooling Response Logic disabled on exit. 2024-11-10 20:09:01 +01:00
Tigerblue77
f84367985a Minor improvements 2024-03-16 13:23:44 +00:00
Tigerblue77
7e900fefbf Set some variables readonly 2024-03-16 13:14:44 +00:00
Tigerblue77
a1d1a3d1c7
Merge pull request #87 from tigerblue77/86-idrac6-missing-product-info-causing-exit
Fixed server manufacturer detection on Gen 11 (R410, R610, etc...)
2024-02-10 22:31:27 +01:00
Tigerblue77
b7c37035e9 Fixed server manufacturer detection on Gen 11 (R410, R610, etc...) 2024-02-10 21:30:41 +00:00
Tigerblue77
2c7c23eba3
Merge pull request #83 from tigerblue77/80-add-docker-healthcheck-to-readmemd
Added Docker healthcheck to README.md
2024-01-31 23:33:36 +01:00
Tigerblue77
10d8be656a Added Docker healthcheck to README.md 2024-01-31 22:31:26 +00:00
Tigerblue77
cf69481bbd Fixed platform check which was not working in LAN mode 2024-01-29 08:26:13 +00:00
Tigerblue77
e3ee64e4ee
Merge pull request #75 from tigerblue77/73-improve-code-structure
Improved code structure
2024-01-29 00:28:07 +01:00
Tigerblue77
4df520d6c8 Splitted functions from main code 2024-01-28 23:26:56 +00:00
Tigerblue77
52e5fb2c90 Updated Docker compose version in README.md 2024-01-28 23:26:22 +00:00
Tigerblue77
9a1491e09f
Merge pull request #74 from tigerblue77/72-improve-devcontainer
Improved and fixed devcontainer.json
2024-01-29 00:16:15 +01:00
Tigerblue77
b70f4dec08 Improved and fixed devcontainer.json 2024-01-28 23:07:51 +00:00
Tigerblue77
a0536c57ba
Merge pull request #71 from tigerblue77/67-add-a-platform-check-at-container-startup
Added a platform check at container startup
2024-01-28 23:24:47 +01:00
Tigerblue77
578871cf3f Added a platform check at container startup 2024-01-28 22:18:36 +00:00
Tigerblue77
cb293308e6 Minor fix forgotten in previous PR merge 2024-01-28 22:16:28 +00:00
Tigerblue77
05aae19521
Merge pull request #70 from tigerblue77/69-add-server-model-printing-at-container-startup
Added server model printing at container startup
2024-01-28 23:09:35 +01:00
Tigerblue77
b8372a76e6 Improved code by enabling it to run in LAN mode and removing capability which was required by dmidecode 2024-01-28 22:09:18 +00:00
Tigerblue77
64929802f2 Added server model printing at container startup 2024-01-28 22:09:05 +00:00
Tigerblue77
384b9558b1
Merge pull request #68 from tigerblue77/57-multi-arch-container-images
Updated GitHub actions and added ARM64 architecture support
2024-01-20 23:09:11 +01:00
Tigerblue77
9f63561925 Improved README.md accordingly 2024-01-20 21:55:35 +00:00
Brad Holland
4ea30f4013 fix gh-57 multiarch build 2024-01-06 15:09:15 -05:00
Tigerblue77
dcf41e0cdc
Update README.md 2023-03-05 21:17:13 +01:00
Tigerblue77
0a5430d65e Fixed a typo in "threshold" word 2023-03-05 14:08:27 +00:00
Tigerblue77
916d454c6d Improved .dockerignore 2023-03-04 18:46:05 +00:00
Tigerblue77
9e968bd982 Added .devcontainer.json 2023-03-04 18:44:37 +00:00
Tigerblue77
c49676b14f Minor improvement of GitHub CI 2023-03-04 18:42:21 +00:00
Tigerblue77
182f0cc890 Removed bash strict mode that was stopping the container on some setups 2023-03-01 08:33:01 +00:00
Tigerblue77
1ed2309c5b
Merge pull request #45 from soxguy/feature/fix_increment
Bug in loop counter
2023-02-19 16:04:23 +01:00
Adam Wheat
4141f049fa This increment fails because of
set -euo pipefail.  Using ((++i))
evaluates after the increment and works
2023-02-19 09:41:12 -05:00
Tigerblue77
f8cfad314e Minor improvment suggested by ChatGPT <3 2023-02-17 20:09:02 +00:00
Tigerblue77
f03b57725e
Update README.md 2023-02-06 16:21:00 +01:00
Tigerblue77
c9a0953252
Merge pull request #40 from tigerblue77/24-support-the-absence-of-cpu2-and-exhaust-temperature-sensors
Added conditions in case of second CPU or exhaust sensor absence
2023-02-04 23:26:23 +01:00
Tigerblue77
5b37fbb30a
Update README.md 2023-02-04 21:34:30 +01:00
Tigerblue77
492552368c Added conditions in case of second CPU or exhaust sensor absence 2023-02-04 14:19:20 +00:00
Tigerblue77
8369277107
Merge pull request #41 from tigerblue77/5-the-container-fails-silently-when-used-with-local-idrac-without-specifying-the-ipmi-device
Added IPMI device presence check in local mode
2023-02-04 15:17:24 +01:00
Tigerblue77
c30bbad7fe Added IPMI device presence check in local mode 2023-02-04 14:14:20 +00:00
Tigerblue77
9f320e5e0e
Add comments for clarity + minor improvements (#39)
* Added comments for clarity.

* Updated comments

* Update Dell_iDRAC_fan_controller.sh

* Added more comments

* Improved PR

---------

Co-authored-by: Ryan Bush <20880666+rpbush@users.noreply.github.com>
2023-02-04 13:09:27 +01:00
Tigerblue77
a3f070f1b4
Update README.md 2023-02-03 10:43:01 +01:00