Added protection measures for overtemperature or sensor exceptions of components such as CPU and memory during data collection.

(cherry picked from commit 2188cfe588f777e2568cc78bc79d24105d0bb0a9)
This commit is contained in:
queyanwen 2023-05-29 11:20:22 +08:00 committed by openeuler-sync-bot
parent 991efe5830
commit 5510ab18ec
2 changed files with 5 additions and 2 deletions

Binary file not shown.

View File

@ -1,5 +1,5 @@
Name: eagle
Version: 1.0.0
Version: 1.0.1
Release: 1
Summary: eagle kit
License: Mulan PSL v2
@ -14,7 +14,7 @@ Source0: eagle-mpctool.tar.gz
%package -n python3-eagle-mpctool
Summary: Python3 package for python-ealge-mpctool
BuildRequires: python3-devel python3-setuptools
Requires: python3-numpy python3-pandas python3-psutil ipmitool
Requires: python3-numpy python3-pandas python3-psutil python3-scipy ipmitool
%description -n python3-eagle-mpctool
@ -36,5 +36,8 @@ Requires: python3-numpy python3-pandas python3-psutil ipmitool
%{python3_sitelib}/*
%changelog
* Mon May 29 2023 queyanwen<queyanwen@huawei.com> - 1.0.1-1
- Added the handling of overtemperature scenarios of system components during data collection.
* Wed Mar 15 2023 queyanwen<queyanwen@huawei.com> - 1.0.0-1
- First Release