Hi,
I have been using Check MK to query data from servers. This time I have data in a form of a JSON data structure (e.g below)
{
“summary”: {
“Name”: “Environment Metrics”,
“Start”: “2021-06-03 18:50:00”,
“End”: “2021-06-03 18:55:00”
},
“aglt2 dest”: {
“CPU Load Min”: {
“umfs06”: 2.205,
“umfs09”: 0.921,
“umfs11”: NaN,
“umfs16”: 25.8335,
“umfs19”: 0.3407,
“umfs20”: NaN,
“umfs21”: 0.6807,
“umfs22”: 0.45,
“umfs23”: 0.3313,
“umfs24”: 0.5783,
“umfs25”: 0.4217,
“umfs26”: 0.3847,
“umfs27”: 0.3573,
“umfs28”: 0.434
},
}
I want to send/upload this data to one of the Check MK servers/hosts I created. Once these are uploaded I hope to make a business intelligence with a structure like this, for all of the metrics I’m uploading and organized.
Can anyone help me with this? Thank you!
Jem
