Skip to main content
Solved

"UNKNOWN: Cannot load module --plugin" on the Windows WSMAN plugin

  • February 20, 2024
  • 2 replies
  • 229 views

Forum|alt.badge.img+1

Hello everyone,

I have a problem setting up my first Windows host with the "Windows WSMAN" plugin.

The ping responds well, but on my other checks (eg: Cpu, Memory) I get the following error message:
UNKNOWN: Cannot load module --plugin.

Here is the content of Status information:

UNKNOWN: Cannot load module --plugin.
Can't load '/usr/local/lib64/perl5/5.32/openwsman.so' for module openwsman: libwsman.so.1: Cannot open shared object file: No such file or folder at /usr /lib64/perl5/DynaLoader.pm line 193.



The target server (the Windows server) is connected to a poller before being connected to the Central server.
The Central and Poller servers are in RedHat 9 with :
- Centreon Poller and Central in version 23.04.14,
- the version of the "Windows WSMAN" plugin is 23.04.0,
- and the perl version of Poller and Central is v5.32.1.

Have you seen this problem before?
The files mentioned in the Status information are present. I'm looking to see if a different version of perl could solve this problem ... I'll have to go in blind.

Thanks for your help.

 

Best answer by ponchoh

Have you tried to install libwsman1?

 yum install libwsman1

2 replies

ponchoh
Centreonian
Forum|alt.badge.img+14
  • Centreonian
  • Answer
  • February 21, 2024

Have you tried to install libwsman1?

 yum install libwsman1


Forum|alt.badge.img+1

Yes ! that works ! 😀
Thank you so much !