Skip to content

Code update and bug Fixes

Compare
Choose a tag to compare
@JeffCurless JeffCurless released this 16 Jan 00:39
· 46 commits to main since this release
03399a0

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

New Contributors

Full Changelog: 0.0.2...v0.0.3