-
At the moment `start-all` uses a straight forward approach to the wait time between the start up of each VM:
```
sleepTime := 5
for i, vm := range getAllVms() {
vmConfigVar := vmConfig(vm)
…
-
If we create a fixed downtime for a host which is already in a DOWN state, icinga2 does not generate a DOWNTIMESTART notification.
Flexible Downtimes sends DOWNTIMESTART notification.
## Expec…
-
I compile according to this step. I only want to compile the software required by opnsense, but it seems that all packages have been compiled. Is there a command like make menuconfig to select the ins…
-
Sending the same LQL query to a livestatus socket and to a socket provided by lmd provides in different results:
```
host:/ # echo -e 'GET contacts\nColumns: name\nColumns: email\nOutputFormat: js…
-
`apt` command definition in `itl/command-plugins.conf` is currently half-broken. This is because the `check_apt` plugin seems to have a unique arguments parsing logic. For example `--upgrade` option r…
-
Hello,
Apologize if my post is not in a good place. Do not hesitate to tell where i can post if needed...
My problem is, I would like to connect my icinga2 server as Thruk backend. But i am faci…
-
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?
-
Hallo,
kann es sein, dass sich die API der openDTU geändert hat? In websocketController.js wird versucht der livestatus aus /livedata zu beziehen. Laut API-Dokument von openDTU (https://github.com/…
-
I spent yesterday trying to figure out why lmd was not starting up. It took quite some hours to realize, that the config format is not ini, but toml - and toml requires quoting strings always. (my inn…
-
We're experiencing crash with the latest version of _naemon_ and _thruk_ when using the `/thruk/cgi-bin/showlog.cgi` CGI by clicking on the `Event Log` button in Thruk interface.
Our configuration …