Commit graph

86 commits

Author SHA1 Message Date
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
Tigerblue77
42e8431898
Merge pull request #37 from tigerblue77/32-update-repository-actions-to-deploy-this-docker-image-on-ghcr-github-containers-registry-in-addition-to-the-docker-hub
Improved docker-image.yml to also deploy Docker image to ghcr.io
2023-02-03 09:56:35 +01:00
Tigerblue77
4afcd35b3a Improved docker-image.yml to also deploy Docker image to ghcr.io 2023-02-03 08:54:20 +00:00
Tigerblue77
acd1043fed
Update README.md 2023-02-02 21:27:39 +01:00
Tigerblue77
9e12fdc225
Merge pull request #35 from tigerblue77/23-add-the-ability-to-disable-the-third-party-pcie-card-default-cooling
Added option to disable third-party PCIe card default cooling response
2023-02-02 20:25:26 +01:00
Louis
f1c47b0a69
Added option to disable third-party PCIe card default cooling response (#33) 2023-02-02 20:22:02 +01:00
Tigerblue77
7ecfa09f99 Update docker-image.yml 2023-02-02 15:49:23 +00:00
Tigerblue77
83c56c30bf
Added "troubleshooting" section to README.md 2023-02-02 16:30:53 +01:00
Tigerblue77
f46a90cfe4 Minor improvments 2023-02-01 22:07:15 +01:00
Tigerblue77
857a3b3fbc
Update README.md 2023-01-16 16:27:19 +01:00
Tigerblue77
7c74e7870e Adding the prerequisite to use IPMI over LAN to README file 2023-01-01 14:43:03 +01:00
Tigerblue77
c1145cb37b Fixed and improved README file 2022-08-28 15:00:41 +02:00
Tigerblue77
19574dacee Added comment 2022-07-10 16:31:51 +02:00
Tigerblue77
45b2af3e92 Docker MAINTENER instruction is deprecated in favor of LABEL 2022-07-10 15:04:15 +02:00
Tigerblue77
f90bb85b8f
Update README.md 2022-04-24 17:51:17 +02:00
Tigerblue77
16010ee176
Merge pull request #22 from tigerblue77/21-move-the-sleep-to-the-beginning-of-the-execution-loop-to-ensure-a-more-regular-and-punctual-execution
Move the sleep to the beginning of the execution loop to ensure a more regular and punctual execution
2022-04-14 15:21:10 +02:00
tigerblue77
e7458fca33 Move the sleep to the beginning of the execution loop to ensure a more regular and punctual execution 2022-04-14 15:20:09 +02:00