Daniel
Daniel
One of our users had the same issue a while ago. This was happening with Naemon 1.2.3 and this was the check plugin that manged to kill the worker process...
Which Naemon Version are you using @fermino? Naemon 1.4.2 should restart dead core workers: https://github.com/naemon/naemon-core/pull/421
Hi @Mike-Sbg, AFAIK Naemon parse every line from naemon.cmd until "\n" this should be the reason why it is not working. So naemon process: `[$(date +%s)] PROCESS_SERVICE_CHECK_RESULT;SERVERNAME;Test;0;Test new entry \n`...
Hi @Mike-Sbg, you really need the 3 / (unix:///var/foo...), that was not an typo ;) But make the long story short, in maybe naemons parsing of naemon.cmd commands is a...
Nop sorry, I didn't use nsca for years.
@Mike-Sbg I have no use case for this, but may be someone else :)
I was facing the exact same issue as i tried to add Checkmk 2.x to my environment. The issue with Checkmk is, that it produce check output like this: ```...
It is probably a good idea to add a list of all methods to the Naemon docs. Currently the following methods exists, to pass external commands and check results to...
From the output @Bryce-Souers provided this is `[1705509053] Naemon 1.4.0 starting... (PID=2823702)` So this is a version before the worker re-spwan feature which got introduced into 1.4.2. Where there any...
At least for the Naemon Core I wrote a tutorial how to install Naemon Core into a custom location: https://statusengine.org/tutorials/install-naemon-focal/ Thruk also provides some docs about this: https://www.thruk.org/documentation/install_from_source.html