I've installed OMD and activated the Check_mk interface and Nagios engine. It works like a charm except for one thing. I can't properly check my SQL. Here is what I've done so far:
Created a new database with an owner.
- DB: omd
- User: omdadmin
- Table: omdtable
- 1st column: id (int) with value 1
- 2nd column: name (varchar) with value "working"
- 3rd column: status (varchar) with value "PING ok - Packet loss = 0%, RTA = 0.80 ms"
On the WebGUI of Check_MK I've activated Host & Service Parameters
-> Active Checks
-> Check SQL Database
. For it I've set up everything and it connects just fine. I've made a select * from omdtable
. However I receive a WARN status constantly and I've got an error message saying: Failed to parse performance data string: performance_data=PING ok - Packet loss = 0%, RTA = 0.80 ms
I have no idea what am I doing wrong. Can you guys give me a hint?
What did I do wrong and how can I solve it?