Daniel
Daniel
The new interactive API documentation is available here: https://openitcockpit.io/api/ The version you linked needs to be updated...
Maybe this relates to https://github.com/naemon/naemon-core/issues/368 ? As possible workaround I would trigger the event handler on all Ok states - not just hard states.
Hi @AndiMacTen, at the moment, this is only possible by using an external Grafana installation: https://docs.it-novum.com/display/ODE/Graphing+Backend#GraphingBackend-UseexternalGraphiteandGrafanaServer(expert) You can also only install an external Grafana server, and point it to the...
Tracked by ITC-2877
Hi @jfromtn, sorry for the late response to your issue. The email settings are defined in the file `/opt/openitc/frontend/config/email.php`
I like the idea. At the moment anonymous login is unfortunately not possible, because most of the openITCOCKPIT instances hold sensitive information. How ever, you could use our API to...
Ich habe das Issue in das richtige Repository verschoben. Leider sind uns hier die Hände gebunden, da MySQL keine [natürliche Sortierung](https://www.php.net/manual/de/function.natsort.php) unterstützt. Zeichenketten werden von MySQL anhand der Positionierung in...
Interessant, MariaDB hat kürzlich `NATURAL_SORT_KEY` eingeführt: https://mariadb.com/kb/en/natural_sort_key/ https://mariadb.com/kb/en/changes-improvements-in-mariadb-107/#natural-sort Mit etwas Glück übernimmt MySQL dies in Zukunft. Bis es jedoch soweit ist, können wir aber leider nur abwarten und Tee trinken...