Page 1 of 1

Nagios 4.4.6 and livestatus on Centos8

Posted: Tue Jun 15, 2021 7:53 am
by luca.malinverni
Hi all,

I've been trying to let my nagios speak with my thruk instance but I've got no luck in installing the livestatus plugin on my nagios instance

The specs are:
  • - nagios --> 4.4.6
    - OS --> Centos 8
    - naemon-livestatus --> 1.2.4.1 ( installed from labs_console_stable repo )
When I add in the nagios.cfg the line "broker_module=/usr/lib64/naemon/naemon-livestatus/livestatus.so /usr/local/nagios/live"

But when I try to restart nagios I get :
  • - Error: Module '/usr/lib64/naemon/naemon-livestatus/livestatus.so' is using an old or unspecified version of the event broker API. Module will be unloaded.
    - Event broker module '/usr/lib64/naemon/naemon-livestatus/livestatus.so' deinitialized successfully.
    - Error: Failed to load module '/usr/lib64/naemon/naemon-livestatus/livestatus.so'.
And it goes in failed status

Any suggestion on how to fix this problem?

Many thanks