Skip to main content

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,

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.


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.


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.


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

Regards.


Reply