naemon-core icon indicating copy to clipboard operation
naemon-core copied to clipboard

Networks, Applications and Event Monitor

Results 57 naemon-core issues
Sort by recently updated
recently updated
newest added

It appears that naemon keeps previous instances of the `objects.cache` file open when it reloads its config. As a result these cannot be freed in the filesystem and in no...

On a system running `Naemon Core 1.3.0` we ran into the issue, that naemon stops executing checks. There were no more worker processes. I have not seen anything suspicious in...

I have a naemon 1.4.1 (OMD 5.21.20230729-labs-edition) where i disabled flap detection globally. But there is one service which is still shown as flapping (also in the logfile with [1690795047]...

bug

Hi, as discussed with Sven, creating a host config accidentally with "name" instead of "host_name" results in no host being created, but the config parser says OK - config reloaded....

Hi, I got this error when I run 'sudo systemctl status naemon.service sudo systemctl status naemon.service × naemon.service - Naemon Monitoring Daemon Loaded: loaded (/etc/systemd/system/naemon.service; disabled; vendor preset: enabled) Active:...

I have an issue where sometimes a reload will seem to work, and then it will crash with no messages telling why. I ran omd reload over 30 times, and...

Hi, I get issues with livestatus causing naemon to core dump. Seems I get 1 of 2 issues. Either Livestatus loads with version 1.3.0 and then it core dump shortly...

Hi, I'm trying to compile Naemon at FreeBSD 10.2 and I'm getting the following error: ./configure: 12293: Syntax error: word unexpected (expecting ")") [root@ ~/naemon]# ./configure checking for a BSD-compatible...

When I send the same plugin_output (which contains normal "plugin_output" and "long_plugin_output" everything is putted into the "plugin_output" variable (verified in the status.dat file) On older Version (eg. Nagios 3)...

This pull request adds a config check before reloading/starting naemon. The implementation is done in the systemd unit and the init script. If the config check throws an error, reloading/starting...