Skip to main content

I'm trying to export Centreon monitoring data to Graphite as per "https://www.centreon.com/export-data-graphite/" document. and I'm getting below error in Centreon Broker Master log.

[1707810605] error: endpoint applier: no matching type found for endpoint 'Graphite'

please help me to pinpoint this issue.

Hello,

Does the package centreon-broker-graphite is installed?

If not, try to install it and restart cbd service, then check if the error is still there

 


hello vcoum, 

It was installed.

But I’m not able to verify since Centreon 3.4 repo is not available now.  

proot@centreon-3-4 ~]# yum list centreon-broker-graphite
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
Error: requested datatype primary not available.


Can you try with this command instead?

rpm -qa | grep centreon-broker-graphite

 


 “rpm -qa | grep centreon-broker-graphite” returns none.

I’ve dev version of 3.4 and it is sending data to Graphite properly and when I checked “ rpm -qa | grep centreon-broker-graphite” on it and return none as same as my production one.  


This package installs the file 70-graphite.so for Broker

Can you check if the file /usr/share/centreon/lib/centreon-broker/70-graphite.so is present? (in dev and prod)

 


hello vcoum,

Thanks for the update. I’m able to see 70-graphite.so present in dev server but not present in production server. Since both platforms are identical, can I copy 70-graphite.so from dev to prod ?


Hello @pradeepguns ,

Yes you can try to copy it and then restart the Broker service and see if the error is still there

 


I’m able to get data once I copied 70-graphite.so. Thanks for all the help...


Reply