alerta / nagios-alerta

Forward nagios alerts to the alerta monitoring system
http://alerta.io
MIT License
23 stars 15 forks source link

naemon can't start - event broker API issue #43

Closed simonherbert closed 2 years ago

simonherbert commented 3 years ago

Naemon can't start with alerta-neb.o.

Steps to reproduce the behavior:

apt-get install -y git-core curl gcc make libcurl4-openssl-dev libjansson-dev libglib2.0-dev pkg-config
git clone https://github.com/alerta/nagios-alerta.git
cd nagios-alerta
make naemon
sudo -s
make install
echo "broker_module=/usr/lib/nagios/alerta-neb.o" >> /etc/naemon/naemon.cfg
systemctl restart naemon

Naemon won't start. In /var/log/naemon/naemon.log you can find:

[1625560541] Error: Module '/usr/lib/nagios/alerta-neb.o' is using an old or unspecified version of the event broker API.  Module will be unloaded.
[1625560541] Event broker module '/usr/lib/nagios/alerta-neb.o' deinitialized successfully.
[1625560541] Error: Failed to load module '/usr/lib/nagios/alerta-neb.o'.