Nagios core mk-livestatus broker_module issue
Posted: Fri May 23, 2014 2:43 pm
Hello,
I've installed nagios 3.3.1 on a gentoo server. Currently running fine. I wanted to install mk-livestatus for nagvis and pnp options, but have run into an issue with either nagios or mk-livestatus, and I'd like to see if someone could possibly shed some light on it.
OS: gentoo
nagios-core: 3.3.1
mk-livestatus: 1.2.2_p3
nagvis: 1.6.6
apache2
Basically nagios is failing to load the module with an error of "File Not Found". I've configured a false path in nagios and confirmed that the error I received then was "No such file exists". So I know this is related to the actual livestatus.0 module, but I can't seem to figure out what the issue is with it. I've compiled it manually, as well as via emerge etc. I can't find much information on this and could use ideas as to what to check into further. All the dependencies are installed. Permissions were verified... unless they should be something other than "nagios, apache, root", which all have access to the module (and I'd expect to see "permission denied") if it was an issue with permissions.
Thanks in advance for any insight provided.
I've installed nagios 3.3.1 on a gentoo server. Currently running fine. I wanted to install mk-livestatus for nagvis and pnp options, but have run into an issue with either nagios or mk-livestatus, and I'd like to see if someone could possibly shed some light on it.
OS: gentoo
nagios-core: 3.3.1
mk-livestatus: 1.2.2_p3
nagvis: 1.6.6
apache2
Basically nagios is failing to load the module with an error of "File Not Found". I've configured a false path in nagios and confirmed that the error I received then was "No such file exists". So I know this is related to the actual livestatus.0 module, but I can't seem to figure out what the issue is with it. I've compiled it manually, as well as via emerge etc. I can't find much information on this and could use ideas as to what to check into further. All the dependencies are installed. Permissions were verified... unless they should be something other than "nagios, apache, root", which all have access to the module (and I'd expect to see "permission denied") if it was an issue with permissions.
Code: Select all
Nagios Log Error when trying to load the module:
[1400861283] Nagios 3.3.1 starting... (PID=29457)
[1400861283] Local time is Fri May 23 12:08:03 EDT 2014
[1400861283] LOG VERSION: 2.0
[1400861283] Error: Could not load module '/usr/lib64/mk-livestatus/livestatus.o' -> file not found
Nagios Config file:
broker_module=/usr/lib64/mk-livestatus/livestatus.o /var/nagios/rw/live
event_broker_options=-1
Location of mk-livestatus
mon1 ~ # ls -l /usr/lib64/mk-livestatus/livestatus.o [/align]
-rwxrwxrwx 1 root root 547160 May 23 11:30 /usr/lib64/mk-livestatus/livestatus.o