Skip to content

Releases: JeffCurless/argoneon

Add Ubuntu 2024.04 support

09 Oct 21:22
3d73666
Compare
Choose a tag to compare

Adding Ubuntu 2024.04 support

What's Changed

New Contributors

Full Changelog: v0.0.7...v0.0.8

V0.0.7 - Updates

14 Aug 20:41
82a733b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.6...v0.0.7

Added Operating systems

05 Jun 00:18
6b3d505
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.5...v0.0.6

argon-status updatred with --json

27 Feb 23:20
e6addb2
Compare
Choose a tag to compare

argon-status was updated with --json

What's Changed

New Contributors

Full Changelog: v0.0.4...v0.0.5

Additional features

22 Jan 01:28
c3520a3
Compare
Choose a tag to compare
  1. On startup, force fan off so we restart the logic monitoring the fan properly.
  2. 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

16 Jan 00:39
03399a0
Compare
Choose a tag to compare

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

Minor code fixups and added new command

16 Feb 19:51
Compare
Choose a tag to compare
Pre-release

Fixups:

  1. Fixed storage utilization so that it reflects actual storage used in percentage (i.e. maps directly to df)
  2. Added support for pulling more info from mdadm when obtaining raid info
  3. 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

14 Feb 21:38
0702313
Compare
Choose a tag to compare
Initial Version Pre-release
Pre-release

First version of the updated OLED Screens for the Argon-EON