Skip to main content
Solved

Plugin - hardware::server::lenovo::xcc::snmp::plugin

  • March 14, 2022
  • 5 replies
  • 444 views

Forum|alt.badge.img+3

Hello. I call the mentioned plugin but the result does not return correctly.
/usr/lib/centreon/plugins/centreon_plugins.pl --plugin=hardware::server::lenovo::xcc::snmp::plugin --mode=hardware --component=disk --hostname=10.251.X.X --snmp-version=3 --snmp-username='user' --authprotocol='' --authpassphrase='' --privprotocol='' --privpassphrase='' --verbose
'temperature', 'voltage', 'fan', 'psu', 'disk', 'raidvolume'
I get this result from other components.
Is there a solution to this?
Hardware model - System x3650 M5

 

Best answer by sims24

Hi,

 

The plugin only works with xClarity controllers. I don’t think OIDs are the same for x3650 M5. 

 

Do you have a list of the MIB file supported on this system? Most of the time you can download it from the admin console.. Feel free to share these so we can offer a solution.

5 replies

Forum|alt.badge.img+3
  • Author
  • Steward **
  • March 14, 2022

OK: All 0 components are ok []. |
It returns the result.


itoussies
Centreonian
Forum|alt.badge.img+11
  • Centreonian
  • March 15, 2022

Hello @f.salamov,

What is the result of the following command ?

snmpwalk -v 3 -u user -a authprotocol -A authpassphrase -x privprotocol -X privpassphrase 10.251.X.X .1.3.6.1.4.1.19046.11.1.1

 

Regards.


Forum|alt.badge.img+3
  • Author
  • Steward **
  • March 16, 2022

snmpwalk -v 3 -u centreon -l noAuthNoPriv 10.251.X.X  .1.3.6.1.4.1.19046.11.1.1

SNMPv2-SMI::enterprises.19046.11.1.1 = No Such Object available on this agent at this OID


sims24
Forum|alt.badge.img+19
  • Ranger ***
  • Answer
  • March 17, 2022

Hi,

 

The plugin only works with xClarity controllers. I don’t think OIDs are the same for x3650 M5. 

 

Do you have a list of the MIB file supported on this system? Most of the time you can download it from the admin console.. Feel free to share these so we can offer a solution.


Forum|alt.badge.img+3
  • Author
  • Steward **
  • March 28, 2022

Thank you