I have url with healtcheck something like tat:
[{"component_name":"1238478782374sd",
"task_count":18,
"timestamp":1192347324.749341,
"uptime":538291.123234},
{"component_name":"04cv9d7dbsdf0f39859sdfe8ac",
"task_count":9,
"timestamp":15323434.761563,
"uptime":232344.478447}]
I would like to monitor this checks and have Items with Component_name, task_count, timestamp and uptime how to do that?
[{"component_name":"1238478782374sd",
"task_count":18,
"timestamp":1192347324.749341,
"uptime":538291.123234},
{"component_name":"04cv9d7dbsdf0f39859sdfe8ac",
"task_count":9,
"timestamp":15323434.761563,
"uptime":232344.478447}]
I would like to monitor this checks and have Items with Component_name, task_count, timestamp and uptime how to do that?