Solved

Hyper-V monitoring issue

  • 30 March 2022
  • 4 replies
  • 223 views

Userlevel 1
Badge +2

Hello everyone,

I have an issue when i use Hyper-V 2012 NSClient++ NRPE, in the documentation it’s needed to install the following package :

yum install centreon-nrpe-plugin

but on my centos 7 (centreon iso installation), i have the following error :

“no packages available”.

I have installed Centreon 21.10 yesterday and have updated all the packages.

do i miss something ?

Thanks,

icon

Best answer by itoussies 6 April 2022, 09:13

View original

4 replies

Userlevel 3
Badge +9

Hello @seaev,

This version of the NRPE plugin is no longer available in the latest versions of Centreon. You can try the following command:

yum install centreon-nrpe3-plugin

 

We will need to change the documentation to reflect this change :)

 

Regards.

Userlevel 1
Badge +2

Hello @itoussies,

Thanks for the answer, the plugin pack still use the centreon_check_nrpe, there is any documentation to convert the actual plugin to work with centreon_check_nrpe3 ?

Regards.

Userlevel 3
Badge +9

Hello @seaev,

 

Not yet. You can use the following table to see what you need to change:

Mandatory Macro Value
X NRPECLIENT check_centreon_nrpe3
X NRPEPORT 5666
X NRPETIMEOUT 30
  NRPEEXTRAOPTIONS -u

 

If you were using the extraoption “-m 8192”, you wil need to convert that to “-2 -P 8192”.

 

Regards.

Userlevel 1
Badge +2

Hello, it’s working thank you for your reply !

Regards.

Reply