Skip to main content

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.

 

Have you tried to install libwsman1?

 yum install libwsman1


Yes ! that works ! 😀
Thank you so much !


Reply