-
```
$models = Data::on($conn);
$good = $models->filter(Filter::equal('processed', 'y'))->count();
$bad = $models->filter(Filter::equal('processed', 'n'))->count();
```
this example gives $b…
-
Exactly as the error states.
I'm attempting to integrate icinga into Amazon RDS (mysql) and am running into this issue. It's not possible to grant SUPER or set `log_bin_trust_function_creators` in…
-
Some time ago I started to create an own backend (with tipps from @nilmerg some time ago 🚀 ). In the issue https://github.com/Icinga/icingaweb2/issues/5265, where I dicsribed a bug, @nilmerg also wrot…
-
In the title: Undefined variable: host
#0 /usr/share/icingaweb2/modules/boxydash/application/views/scripts/index/index.phtml(52): Icinga\Application\ApplicationBootstrap->Icinga\Application\{closure}…
-
Hi,
this might be a MariaDB issue, but I will throw out the question here... I am using an external database (MariaDB 10.3 on Debian 10) with the icinga2 container. My problem is that icinga triggers…
gabbe updated
5 years ago
-
## Expected Behavior
When applying a hostgroup to a host with the template 'example' via:
Assign Where:
host.templates = example
The Icinga Web 2 overview -> hostgroups tab should show the h…
-
As a countermeasure for race conditions, #9364 added a mutex for every object attribute with a type that's incompatible with `std::atomic`. At the moment, that's implemented using a dedicated `std::mu…
-
## Describe the bug
If you write wrong comments in the ini files (with an `#` instead of `;`) this leads to a fatal error in the browser.
Using `#` instead of `;` is not the correct way, I know. …
-
## Describe the bug
Some queries using the `~` (tilde) operator return wrong (empty) results when search hosts or services.
## To Reproduce
Try something like this:
1. `/icingaweb2/icingadb/ho…
-
When I try to import our application gateways, I get the following error:
![image](https://user-images.githubusercontent.com/1371511/110351536-3a059b00-8035-11eb-995d-e186f4eb983e.png)
The Impor…