Here is my configuration :
Nagios : 4.1.1
Nagvis : 1.8.5
Ndoutils : 2.0.0
Nagios and Ndoutils seem to be correctly configured because ndoutils correctly insert data into the following tables :
- nagios_runtimevariables
- nagios_processevents
- nagios_configfilevariables
However it seems that all the other tables are not populated at all (0 row).
In nagios.cfg :
event_broker_options=1
broker_module=/usr/local/nagios/bin/ndomod.o config_file=/usr/local/nagios/etc/ndomod.cfg
For the file ndomod.o, I took the one foreseen for Nagios 4.x :
cp src/ndomod-4x.o /usr/local/nagios/bin/ndomod.o
The issue I am facing is that, when using Nagvis, I can't add any host/service :
I have the following error : Unable to fetch data from backend - falling back to input field.
And if force the addition of a host in a Nagvis map, I have the following error : NDO reports that Nagios is not running
Any idea ?
Thanks