Skip to main content
Question

24.10.13 - Sensors Hardware no more detected components

  • October 29, 2025
  • 1 reply
  • 18 views

Forum|alt.badge.img+10

Hi All,

 

I tried to update from 24.10.10. to 24.10.13 this morning.

since this, I have multiple services linked to “low-level layers” that doesn’t work. 

For example, for BigIP F5 template, the service Hardware-Global says : “No components are checked”

 

/usr/lib/centreon/plugins/centreon_f5_bigip_snmp.pl --plugin=network::f5::bigip::snmp::plugin --mode=hardware --hostname=x.x.x.x --snmp-version='3' --snmp-community='public' --snmp-username='toto' --authpassphrase='toto' --authprotocol=sha --privpassphrase='toto' --privprotocol=aes --component='.*' --verbose

CRITICAL: No components are checked.

Checking fans

Checking power supplies

Checking temperatures

 

Same issue for all Cisco hardware:

/usr/lib/centreon/plugins/centreon_cisco_standard_snmp.pl --plugin=network::cisco::standard::snmp::plugin --mode=environment --hostname=x.x.x.x --snmp-version='3' --snmp-community='toto' --component='.*'  --snmp-username toto --authpassphrase toto --authprotocol SHA --privpassphrase toto --privprotocol AES --warning-count-fan='' --critical-count-fan='' --warning-count-module='' --critical-count-module='' --warning-count-physical='' --critical-count-physical='' --warning-count-psu='' --critical-count-psu='' --warning-count-sensor='' --critical-count-sensor='' --warning-count-temperature='' --critical-count-temperature='' --warning-count-voltage='' --critical-count-voltage='' --verbose  --filter-perfdata='^(sensor\.(celsius_|rpm_)|temp_)'

 

→ 

CRITICAL: No components are checked.

Environment type: unknown

Checking fans

Checking power supplies

Checking temperatures

Checking voltages

Checking modules

Checking physicals

Checking sensors

 

Same for UCS, or for Raritan PDU…

 

All services linked to Sensors don’t work anymore…

 

When I rollback from 24.10.13 to 24.10.10, all works again…

 

Any Idea?

 

 

1 reply

ltirand
Centreonian
Forum|alt.badge.img+10
  • Centreonian
  • 199 replies
  • November 6, 2025

Hello :)

Firstly, plugin versions are not linked to Centreon versions.

What do you mean by “When I rollback from 24.10.13 to 24.10.10, all works again…” ? Can you show the plugin output?

Previously, the absence of a component was associated with an OK status, which was a false positive. This behaviour has been corrected with August 2025 release fix of --no-component option :

https://docs.centreon.com/pp/integrations/plugin-packs/releases/release-notes/

Here is the PR linked :
https://github.com/centreon/centreon-plugins/pull/5678/files

Side effect of this bugg fix is that the 0 Component OK is now CRITICAL And that is more desirable behaviour. You can change it using the --no-component option.  

 

Kind regards