Skip to main content
Question

Plugin Issue with Datadomain following update

  • November 13, 2024
  • 3 replies
  • 196 views

Forum|alt.badge.img

Hello,

Following an update, i have the following issue with the Datadomain plugin : 

UNKNOWN: Cannot load module --plugin.

Can't locate storage/emc/DataDomain/plugin.pm in @INC (you may need to install the storage::emc::DataDomain::plugin module) (@INC contains: /usr/lib/centreon/plugins FatPacked::94117881500632=HASH(0x559986e4d3d8) /usr/local/lib64/perl5/5.32 /usr/local/share/perl5/5.32 /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5) at /usr/lib/centreon/plugins//centreon_emc_datadomain.pl line 1750.

 

Has anyone ever had this problem? Currently only a rollback resolved the issue :/

3 replies

Forum|alt.badge.img+8
  • Steward ***
  • December 9, 2024

Hello,

This issue is caused by the "storage::emc::DataDomain::plugin" provided in the '--option' of the plugin command. This value doesn't exist anymore, the new value is : "storage::emc::datadomain::snmp::plugin", as mentioned in the documentation https://docs.centreon.com/fr/pp/integrations/plugin-packs/procedures/hardware-storage-emc-datadomain-snmp/

 

Regards,

 

 

 


l.guenier
Forum|alt.badge.img+3
  • Steward **
  • December 16, 2024

Hello,

 

And what can be done to avoid to loose history to make the modification ?

 

redgards.


Forum|alt.badge.img+8
  • Steward ***
  • December 16, 2024

Hello,

In our case the new plugin has not worked correctly either and we have done a rollback.

The old plugin used the filesystem numbers to get the information but the new one does it by filtering by name. Metrics information should be the same

Regards,