Skip to content

Commit

Permalink
Release version 2.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rgc2000 committed Dec 5, 2023
1 parent 3f0f5fe commit 82cff52
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# upsmon for WMware ESXi 5.0 to 8.0
# Rene Garcia 2023 - GPL Licence

PROJECT_VERSION=2.6.0
PROJECT_VERSION=2.6.1

SMTPTOOLS_VERSION=0.2.3
LIBRESSL_VERSION=3.8.2
Expand Down
11 changes: 6 additions & 5 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ Network UPS Tools client for VMWare ESXi 5.0-8.0
------------------------------------------------

Author : Rene Garcia
Date : 17-11-2023
Release: 2.6.0
Date : 05-12-2023
Release: 2.6.1
Licence: GPLv3

PURPOSE
Expand All @@ -21,7 +21,7 @@ The old way, for all ESXi versions from 5 to 8
- Connect via ssh to the hypervisor and type the followind commands

cd /tmp
tar -xzvf NutClient-ESXi-2.8.1-2.6.0.x86_64.tar.gz
tar -xzvf NutClient-ESXi-2.8.1-2.6.1.x86_64.tar.gz
./upsmon-install.sh

- No need to reboot, upsmon can be started immediatly but you need
Expand All @@ -33,12 +33,12 @@ The modern way, for ESXi 6 and above
- Copy via scp the offline bundle ZIP file to /tmp directory on host
- Connect via ssh to the host and type the following command

esxcli software vib install -d /tmp/NutClient-ESXi-2.8.1-2.6.0-offline_bundle.zip
esxcli software vib install -d /tmp/NutClient-ESXi-2.8.1-2.6.1-offline_bundle.zip

UPDATE

- Same as install but use ./upsmon-update.sh
- Or use esxcli software vib update -d /tmp/NutClient-ESXi-2.8.1-2.6.0-offline_bundle.zip
- Or use esxcli software vib update -d /tmp/NutClient-ESXi-2.8.1-2.6.1-offline_bundle.zip

UNINSTALL

Expand Down Expand Up @@ -122,3 +122,4 @@ ascending compatibility.
2.4.2 - 19/02/2023 - libressl 3.6.2
2.5.0 - 01/11/2023 - nut updated to version 2.8.1 - libressl 3.7.3 - UserVars description
2.6.0 - 17/11/2023 - new SMTP relay feature for mail notifications - verbose mail option
2.6.1 - 05/12:2023 - Fix default SMPT value to 'none' to be supported on ESXi 6.7 and previous

0 comments on commit 82cff52

Please sign in to comment.