Markus Opolka
Markus Opolka
This PR updates CodeMirror 5 to latest version and add code folding, which helps when using the web editor on larger YAML files. Also changed the unsaved work warning position....
This PR includes some minor improvements to the stylesheet to better work with dark/light themes. Also changed the breadcrumb to be gray so that it is more subtle.  ...
This PR adds the following features: Add verbose flag and function that can be used to enhance output more precisely Before we only had a boolean debug flag, good for...
We should maybe have content regarding IcingaDB here, so that people know how to integrate and or migrate their modules. Topics: - Explaining and using `Icinga\Module\Icingadb\Model` - Explaining and using...
Hi, this PR adds a `filter_by_tags` option which allows the inventory instances to be filtered by one or more tags. Fixes #115
Hi, this would add the option to use the public_ip as a hostname in the inventory plugin. Cheers, Markus
Hi, First of all, great collection! Works like a charm. I'm having a use case in which I need to filter the instances by tags. I quickly hacked something together...
Hi, I updated the docs for the Content Security Policy (CSP). The Director was missing from the list. Was implemented in https://github.com/Icinga/icingaweb2-module-director/pull/2857 Edit: I also added a hint about how...
array_key_exists(): Argument #2 ($array) must be of type array, string given ``` --- name: "example" set_downtime_if_notification_disabled: true children: - name: "Example" children: name: foobar ```