Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: New database scheme? Helm Chart not providing a "ready to use" Icinga Stack #57

Open
kbilev opened this issue Jul 2, 2024 · 1 comment
Assignees
Labels
bug Something isn't working triage Needs to be triaged

Comments

@kbilev
Copy link

kbilev commented Jul 2, 2024

Affected Chart

icinga-stack

Which version of the app contains the bug?

0.3.0

Please describe your problem

After deploying the helm Chart found in the Get Started section (https://icinga.com/blog/2024/03/14/introducing-icinga-for-kubernetes/ ) all pods are deployed and running but when browsing in the Icinga Web Interface, the kubernetes module is not working.
An SQL error is thrown: xyz.id not found.
It seems that there was recently a change in the code and "id" was replaced by "uuid" in the database scheme, but the "icinga-kubernetes-web" is still using the old scheme

@kbilev kbilev added bug Something isn't working triage Needs to be triaged labels Jul 2, 2024
@jrx-sjg
Copy link

jrx-sjg commented Jul 12, 2024

+1

Facing same problem here:

F0712 12:14:15.132606 1 main.go:204] can't retry: can't perform "INSERT INTO annotation (uuid, name, value) VALUES (:uuid, :name, :value) ON DUPLICATE KEY UPDATE uuid = VALUES(uuid), name = VALUES(name), value = VALUES(value)": Error 1406 (22001): Data too long for column 'name' at row 31

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working triage Needs to be triaged
Projects
None yet
Development

No branches or pull requests

3 participants