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