Alvar
Alvar
@TheCry: The `display_name` column is currently limited to 255 chars. Is your descriptive display name longer than 255 characters? https://github.com/Icinga/icingadb/blob/26816341054edc33775cd5faa7b9477228d860b6/schema/mysql/schema.sql#L172 Furthermore, are there any errors being logged? Either by icingadb,...
Thanks for your logs, @TheCry. The three SQL errors I found there were all "Error 1406 (22001): Data too long for co lumn 'icon_image_alt' at row 1". This error has...
Thanks for both creating and debugging this issue with SQL `SET` commands within prepared statements on ProxySQL. The ProxySQL author's comment on the [other issue](https://github.com/sysown/proxysql/issues/4524#issuecomment-2074033304) is quite informative. Since ProxySQL...
Thanks for reporting your issue. First, is this related to Icinga DB? Did the check previously worked with IDO and how does the check's output look in Icinga Web 2...
Could you please elaborate on your use case? AFAIK, it is recommended to use a separate Redis instance per application. This is also backed by the [Redis documentation for the...
> We are looking to upgrade Icinga and potentially enable Redis for it and I thought instead of going through the trouble of setting up a another Redis (with replication,...
> Ah, so as per https://icinga.com/docs/icinga-db/latest/doc/05-Distributed-Setups/, Redis is local to each Icinga master node, so in essence Redis is used as a local in-memory database similar to [badger](https://github.com/dgraph-io/badger). Yes. The...
As just discussed with @lippserd, size limitations should be documented as well. For example, some columns are of the `varchar(255)` type because of the final size. This, of course, limits...
As I just needed this today: Happy Birthday little #578 :cake:
I just took over this PR as I needed a change in Icinga DB (or the future Go library) for Icinga/icinga-notifications#61. Next to rebasing this branch, I added one commit...