Skip to content

[SOLVED] grafana graphs error Database not reachable or empty result #465

Answered by systemdlete
systemdlete asked this question in Q&A
Discussion options

You must be logged in to vote

Heheheh. Stupid me.

In my perfdata, I had used all semicolons. (e.g., XYZ;1;2;3;4;5) The problem is that the first item in the list is the name of the data; the rest of the data must be separated by an equals sign, not semicolons. (e.g., XYZ=1;2;3;4;5) Once I fixed that, all was good again. (I had been refactoring a lot of code, so I must have overlooked this detail.)

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by systemdlete
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant