Daniel
Daniel
I always reload all my Naemon systems from 10 to 100k service checks. Most of the time this works without any issues. From time to time Naemon crash on an...
I had a similar issue with _Nagios Core_ while my broker module was loaded and exporting logentry data. Every time i tried to reload nagios core through systemd it took...
Hi @tvestelind, yes, i added you a link to the source. This is where the callbacks are registered: https://github.com/nook24/statusengine/blob/master/statusengine/src/statusengine.c#L286-L287 Every naemon event gets encoded as json objects and send to...
@sni, sorry I totally missed your reply... I only want to save the check result.
Die Performancedaten werden aus dem Output des Checks ausgelesen. Bei Unknown gibt der Check vermutlich seine Performancedaten nicht mehr aus.
Hallo @tinoklauer aktuell ist die Statusengine UI feature complete. Das Problem ist, das die verfügbaren Kurven direkt aus dem Plugin-Output ausgelesen werden. Also z.B. `rta` und `pl` bei `check_ping`. Wenn...
This sounds interesting. Basically this is a worker related issue. How ever, the worker forks a _[MiscChild](https://github.com/statusengine/worker/blob/fb69e99f240b383db5c0bbaaba8599d86c5aba90/bin/StatusengineWorker.php#L83-L86)_ which will handle Notifications, Downtimes and Acknowledgements and a separate _[PerfdataChild](https://github.com/statusengine/worker/blob/fb69e99f240b383db5c0bbaaba8599d86c5aba90/bin/StatusengineWorker.php#L88-L92)_ which process...
Is this still a thing?
Unfortunately i'm very busy at the moment. I will come back to you as soon as i have some time...
Will this ever be addressed?