Releases: JeffCurless/argoneon
Add Ubuntu 2024.04 support
Adding Ubuntu 2024.04 support
What's Changed
- Update argon-status.py by @newrobotstudios in #60
- Modify the default settings for screen saver. by @JeffCurless in #62
- Fix up argonedon.sh to handle bookworm. by @JeffCurless in #65
- Improve Bookworm Support by @Jamie96ITS in #67
- Update install process to support Ubuntu 24.04 by @JeffCurless in #71
New Contributors
- @newrobotstudios made their first contribution in #60
- @Jamie96ITS made their first contribution in #67
Full Changelog: v0.0.7...v0.0.8
V0.0.7 - Updates
What's Changed
- Updated after= by @JeffCurless in #54
- Error with RAM display by @JeffCurless in #56
Full Changelog: v0.0.6...v0.0.7
Added Operating systems
What's Changed
- Fix crash of argon-status by @JeffCurless in #48
- 49 support ubuntu 2304 by @JeffCurless in #50
- Make sure we properly address the percent used. by @JeffCurless in #52
Full Changelog: v0.0.5...v0.0.6
argon-status updatred with --json
argon-status was updated with --json
What's Changed
- add Manjaro ARM support by @DenisBY in #43
- improve json output. change table output. by @DenisBY in #45
- argon-status --device not working properly by @JeffCurless in #46
New Contributors
Full Changelog: v0.0.4...v0.0.5
Additional features
- On startup, force fan off so we restart the logic monitoring the fan properly.
- added --cooling switch to argon-status. Displays the current state of cooling on the system, CPU and HDD temps as well as a table of all of the current temp settings in argoneon.conf
Code update and bug Fixes
A number of bug fixes related to fan speed settings.
Modified argon-status to accept command line switches:
$ argon-status --help
usage: argon-status [-h] [-v] [-a] [-c] [-d] [-f] [-i] [-m] [-r] [-s] [-t] [-u] [--hddtemp]
optional arguments:
-h, --help show this help message and exit
-v, --version Display the version of the argon scripts.
-a, --all Display full status of the Argon EON.
-c, --cpu Display the current CPU utilization.
-d, --devices Display informaton about devices in the EON.
-f, --fan Get current fan speed.
-i, --ip Display currently configured IP addresses.
-m, --memory Display memory utilization on the EON.
-r, --raid Display current state of the raid Array if it exists.
-s, --storage Display information about the storage system.
-t, --temp Display information about the current temperature.
-u, --hdduse Display disk utilization.
--hddtemp Display the temperature of the storage devices.
When no arguments are provided, the default is to display the equivalent of:
argon-status --devices --ip
The default can be overridden by creating an environment variable, and setting the desired switches:
export ARGON_STATUS_DEFAULT="-t --hddtemp -f"
What's Changed
- Add bandwidth page by @JeffCurless in #3
- Update code to filter out bridge devices. by @JeffCurless in #4
- Fix typo on oled bandwidth description by @JeffCurless in #5
- Update the IP OLED display page. by @JeffCurless in #6
- Fix utilization typo by @JeffCurless in #8
- ensure python3-psutil is installed by @skymoo in #9
- Added Consistency Check Percentage by @rodneyshupe in #11
- Add bandwidth to the default configuration. by @JeffCurless in #12
- Updated to include argon40 changes and others. by @JeffCurless in #14
- fix get_fanspeed function. by @JeffCurless in #15
- Add HDD temps to argon-status. by @JeffCurless in #16
- Update how we set the speed. by @JeffCurless in #17
- Add support for ubuntu 22.04 by @JeffCurless in #18
- Add support for Ubuntu 21.10 by @JeffCurless in #19
- Fix argon-uninstall.sh by @JeffCurless in #20
- Fix the zombie issuse under Ubuntu. by @JeffCurless in #21
- Fix typo by @JeffCurless in #22
- Service shutdown by @JeffCurless in #23
- Change so that argosysinfo works with /dev/mapper/ mounts. Also check… by @itsalljustdata in #24
- Add support for ubuntu point releases by @JeffCurless in #26
- Fix long time bug in fanspeed. by @JeffCurless in #28
- Fix typo in argon-status due to bad porting. by @JeffCurless in #30
- Add the missing file, argon-shutdown.sh by @JeffCurless in #31
- fix fan speed in argon-status by @OptimusGREEN in #33
- get_fanspeed was not returning the proper value by @JeffCurless in #34
- Fix the get_fanspeed function. by @JeffCurless in #35
- Modify argon-status so it has commandline switches by @JeffCurless in #37
- Make sure /etc/argon/ version of argon-status by @JeffCurless in #38
New Contributors
- @skymoo made their first contribution in #9
- @rodneyshupe made their first contribution in #11
- @itsalljustdata made their first contribution in #24
- @OptimusGREEN made their first contribution in #33
Full Changelog: 0.0.2...v0.0.3
Minor code fixups and added new command
Fixups:
- Fixed storage utilization so that it reflects actual storage used in percentage (i.e. maps directly to df)
- Added support for pulling more info from mdadm when obtaining raid info
- Fixed raid rebuild stat for Mirrored devices
New Stuff:
Added argon-status, displays current status of the system, reflecting what the OLED would display. Note this does not currently support the configuration changes, it just shows everything that the OLED MIGHT display,
Initial Version
First version of the updated OLED Screens for the Argon-EON