You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use of uninitialized value in sprintf at /usr/lib/nagios/plugins/centreon-plugins/src/centreon/common/redfish/restapi/mode/components/chassis.pm line 46.
Use of uninitialized value $options{"value"} in pattern match (m//) at /usr/lib/nagios/plugins/centreon-plugins/src/centreon/plugins/templates/hardware.pm line 468.
Use of uninitialized value $options{"value"} in pattern match (m//) at /usr/lib/nagios/plugins/centreon-plugins/src/centreon/plugins/templates/hardware.pm line 468.
Version of the plugin: version of the package or last commit date if using a clone of this repository.
Version of the plugin 20240909
Expected result
I guess the information which should be queried by $options{"value"} without the error message
Actual result
./centreon_plugins.pl '--plugin' 'hardware::server::hp::ilo::restapi::plugin' '--mode' 'hardware' '--api-username' 'redacted' '--hostname' 'somewhere' '--api-password' 'redacted' '--ssl-opt' 'SSL_verify_mode => SSL_VERIFY_NONE'
Use of uninitialized value in sprintf at /usr/lib/nagios/plugins/centreon-plugins/src/centreon/common/redfish/restapi/mode/components/chassis.pm line 46.
Use of uninitialized value $options{"value"} in pattern match (m//) at /usr/lib/nagios/plugins/centreon-plugins/src/centreon/plugins/templates/hardware.pm line 468.
Use of uninitialized value $options{"value"} in pattern match (m//) at /usr/lib/nagios/plugins/centreon-plugins/src/centreon/plugins/templates/hardware.pm line 468.
OK: All 50 components are ok [2/2 chassis, 10/10 devices, 1/1 fans, 37/37 temperatures]. | 'chassis:1~Fan 1#hardware.fan.speed.percentage'=24%;;;0;100 'chassis:1~01-Inlet Ambient#hardware.temperature.celsius'=23C;0:42;0:47;; 'chassis:1~02-CPU 1 PkgTmp#hardware.temperature.celsius'=42C;0:96;;; 'chassis:1~03-CPU 2 PkgTmp#hardware.temperature.celsius'=47C;0:96;;; 'chassis:1~04-P1 DIMM 1-8#hardware.temperature.celsius'=34C;0:92;;; 'chassis:1~06-P1 DIMM 9-16#hardware.temperature.celsius'=33C;0:92;;; 'chassis:1~08-P2 DIMM 1-8#hardware.temperature.celsius'=38C;0:92;;; 'chassis:1~10-P2 DIMM 9-16#hardware.temperature.celsius'=36C;0:92;;; 'chassis:1~12-VR P1#hardware.temperature.celsius'=49C;0:110;0:115;; 'chassis:1~13-VR P2#hardware.temperature.celsius'=50C;0:110;0:115;; 'chassis:1~18-Chipset#hardware.temperature.celsius'=44C;0:100;;; 'chassis:1~19-BMC#hardware.temperature.celsius'=53C;0:110;0:115;; 'chassis:1~26-P1 Mem Zone 1#hardware.temperature.celsius'=33C;0:90;0:95;; 'chassis:1~27-P1 Mem Zone 2#hardware.temperature.celsius'=33C;0:90;0:95;; 'chassis:1~28-I/O Zone 1#hardware.temperature.celsius'=36C;0:85;0:90;; 'chassis:1~29-I/O Zone 2#hardware.temperature.celsius'=38C;0:85;0:90;; 'chassis:1~30-I/O Zone 3#hardware.temperature.celsius'=39C;0:85;0:90;; 'chassis:1~31-E-Fuse#hardware.temperature.celsius'=39C;0:100;0:105;; 'chassis:1~32-Sys Exhaust 1#hardware.temperature.celsius'=34C;0:80;0:85;; 'chassis:1~33-Sys Exhaust 2#hardware.temperature.celsius'=35C;0:80;0:85;; 'chassis:1~62-CPU 1#hardware.temperature.celsius'=40C;0:70;;; 'chassis:1~63-CPU 2#hardware.temperature.celsius'=40C;0:70;;; 'chassis:1~16.1-ExpBayBoot-I/O controller#hardware.temperature.celsius'=46C;0:100;0:105;; 'chassis:1~16.2-ExpBayBoot-I/O controller#hardware.temperature.celsius'=28C;0:75;0:80;; 'chassis:1~20.1-Mezz 1-I/O module#hardware.temperature.celsius'=45C;0:105;0:110;; 'chassis:1~21.1-Mezz 1 Inlet-External Envir#hardware.temperature.celsius'=33C;0:85;;; 'chassis:1~21.2-Mezz 1 Inlet-External Envir#hardware.temperature.celsius'=33C;0:85;;; 'chassis:1~24.1-Mezz 3-I/O module#hardware.temperature.celsius'=60C;0:110;0:115;; 'chassis:1~25.1-Mezz 3 Inlet-External Envir#hardware.temperature.celsius'=38C;0:75;0:110;; 'hardware.chassis.count'=2;;;; 'hardware.device.count'=10;;;; 'hardware.fan.count'=1;;;; 'hardware.temperature.count'=37;;;;
The text was updated successfully, but these errors were encountered:
Quick description
Plugin version : 20240909
When using the following command:
We encounter: the following errors:
How to reproduce
Just use the centreon-plugins against an fresh
https://buy.hpe.com/de/de/synergy/synergy-compute/synergy-compute-modules/synergy-compute-modules/hpe-synergy-480-gen11-computing-modul/p/1014705721
with /redfish/v1/
and MR_RAID instead of SMARTARRAY
below the errors the check seems to return the other values correctly:
uname -a ; cat /etc/redhat-release /etc/debian_version
.Expected result
I guess the information which should be queried by
$options{"value"}
without the error messageActual result
The text was updated successfully, but these errors were encountered: