Skip to content

Releases: microfarad-de/nastia-server

Improved Python script logging and other fixes

06 Jul 08:47
Compare
Choose a tag to compare
  • All Python scripts now produce system logs.
  • lib/ups.py: Improved stability when running in parallel with ups-cli

Home automation support

29 May 18:11
Compare
Choose a tag to compare
  • New Bluetooth communication service bt-daemon for controlling Bluetooth enabled accessories.
  • Improved serial console serial-cli.py now supports multi-threading and better exception handling.
  • Improved exception handling in the UPS service ups.py.
  • Basic homebridge automation scripts.

Configurable ping test

06 Mar 08:10
Compare
Choose a tag to compare

bin/monitor: Added a parameter for configuring the number of ping attempts

Monitor ping test

17 Feb 16:28
Compare
Choose a tag to compare

bin/monitor:

  • Implemented ping test for checking arbitrary IP addresses.

Monitor system reboot

07 Feb 16:04
Compare
Choose a tag to compare

bin/monitor:

  • Send a warning message if the system has been rebooted.

Monitor and log updates

12 Jan 13:14
Compare
Choose a tag to compare

bin/monitor:

  • Added DNS resolver test
  • Use --secure option for speedtest-cli

lib/log.sh: Added time zone to log timestamps

UPS command line interface

09 May 13:54
Compare
Choose a tag to compare

Implemented UPS command line interface script under sbin/ups-cli.

Python 3 compatibility

09 May 10:20
Compare
Choose a tag to compare

Updated the Python scripts bin/serial, lib/ups.py and lib/cleanup.py for compatibility with Python 3.x.

General purpose backup script and Mac OS compatibility

19 Apr 14:49
Compare
Choose a tag to compare

lib/config.sh: Mac OS compatibility and ability to reference config variables from within other config variables using the '$' prefix
bin/backup-files: New general purpose rsync wrapper script for backing-up files from/to local/remote sources/destinations
bin/monitor: Display CPU temperature

Migrate to msmtp

19 Jan 21:03
Compare
Choose a tag to compare

Migrated the server monitor to msmtp for sending mail.