-
Currently, if you want to reload the naemon config, you can either run the following as root:
```bash
omd reload sitename naemon
```
or as user `sitename`:
```bash
omd reload naemon
```
…
-
To achieve better compatibility with Naemon and similar systems, perfdata should be move uncondtitionaly to the end of the output.
They might not support having them at the end of each line.
-
The release date on [naemon.io](http://www.naemon.io/) is wrong:
![image](https://user-images.githubusercontent.com/11867479/222366687-b9c48f47-53d8-4a4e-93fc-ffba9c70b3e6.png)
-
Hi;
I try to install naemon from (https://download.opensuse.org/repositories/home:/naemon/CentOS_8_Stream/) but this repository is empty or not exists.
-
Hi,
Naemon 1.0.5 reports me the following issues:
`Warning: naemon_group is deprecated and will be removed. Naemon is compiled to be run as naemon:www-data`
`Warning: naemon_user is deprecated and wil…
-
Hi there
Not sure if this is the right "forum" but it kinda lands between naemon and thruk...
I would like to create a dependency on specific services to another service.. like I have several check…
-
Since Fedora-33, RHEL-8, %__python is not valid anymore and produce an error it you try to use it.
Please update rpm spec file to avoid %__python use. Instead use %__python3 on recent distress and %_…
-
Not really an issue but more of a question what below means. It's from an idle LMD not gone live yet.
[2022-04-10 03:05:48.641][Warn][pid:45109][datastoreset:436] [sesslx04-sesblx04][r:565d49] ser…
-
It seems this fork of livestatus is missing the `statehist` table, useful for reporting (available since mk-livestatus 1.2.1i2).
Are there any plans to include it?
-
**Describe the bug**
We have some services with a defined event handler that is disabling hosts with faulty services from a cluster service. The event handler is written to only react on HARD states.…