alerta / nagios-alerta

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

livestatus stops working if alerta neb used with naemon #24

Closed satterly closed 6 years ago

satterly commented 6 years ago

tried the nagios module with naemon, works after some small changes made to the logging, but when the module is enabled livestatus stops working. Any idea what could be causing it? /cc @tester22

https://www.naemon.org/ https://mathias-kettner.de/checkmk_livestatus.html

tester22 commented 6 years ago

This if from the livestatus log:

2018-03-11 03:32:04 error: Client connection terminated while request still incomplete 2018-03-11 12:45:24 error: Client connection terminated while request still incomplete 2018-03-11 12:47:42 error: Client connection terminated while request still incomplete 2018-03-11 12:57:11 error: Client connection terminated while request still incomplete 2018-03-11 13:02:50 error: Client connection terminated while request still incomplete 2018-03-11 13:10:29 error: Client connection terminated while request still incomplete

satterly commented 6 years ago

Anything in the nagios server log? Especially to do with Nagios Event Brokers (NEB)?

tester22 commented 6 years ago

Hi again, We have decided to use another option to send alerts. This is an basic solution but fits our needs. Basically it is an global eventhandler that is writing alerts to an spool que. This makes it easy to have custom logic when creating the alerts since we have some logic related to hostgroups.

So will not be able to contribute to solving this issue.