116 Commits

Author SHA1 Message Date
Tigerblue77
0230b4833b Set functions variables "local" and "readonly" when possible 2025-01-26 16:29:56 +00:00
Tigerblue77
88167eecfb Added print_error and print_warning functions 2025-01-26 15:49:14 +00:00
Tigerblue77
0c18027184 Renamed *_OVERHEAT functions to *_OVERHEATING 2025-01-26 15:49:14 +00:00
Tigerblue77
87372e957d Added convert_hexadecimal_value_to_decimal function 2025-01-26 15:49:14 +00:00
Tigerblue77
544d9f5c50 Merge pull request #109 from NovaFox161/master
Stop printing password to console
2025-01-26 12:10:29 +01:00
NovaFox161
166ec4b469 Stop printing password to console 2025-01-25 16:42:18 -06:00
Tigerblue77
2c44eadc82 Moving functions to function.sh and avoiding redeclaration in the loop 2024-12-18 18:44:23 +00:00
Tigerblue77
a495ad796b Use "ENTRYPOINT" instead of "CMD" in Dockerfile 2024-12-18 18:42:59 +00:00
Tigerblue77
8c3da41eb3 Minor README.md improvements 2024-12-18 15:29:49 +00:00
Tigerblue77
65a101969b Removed old comment in README.md 2024-11-26 20:36:39 +00:00
Tigerblue77
752d95b3a9 Merge pull request #101 from tigerblue77/100-license 2024-11-26 20:35:58 +00:00
Tigerblue77
ec885dd24f Added license file and mention in README.md 2024-11-26 20:29:01 +00:00
Tigerblue77
db64028f2f Minor code structure improvements 2024-11-17 21:57:55 +00:00
Tigerblue77
ce7bb3fc9a Added SIGINT signal catch 2024-11-17 21:57:32 +00:00
Tigerblue77
e22efc3d4e Merge pull request #56 from scline/feature/14gen
Feature/14gen
v1.7
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...)
v1.6
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
v1.5
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