Forum Discussion
Anonymous
3 years agoThis is great progress. So, now you need to figure out how your data is going to be organized on the LM side. Will you be gathering stats about the resource itself? That might be the case, since you're going to be doing a get request to /reports/dns/usage_summary after getting authenticated. What does that API endpoint return? This will determine if your DataSource will be single instance or multi-instance. Let's look at some examples:
single instance: ping, RAM utilization, system uptime
multi-instance: hard disks, network interfaces, CPU cores
I don't really know what it is that you're trying to monitor, so I can't answer this for you. Once you answer this question, it will determine next steps.
Related Content
- 8 months ago
- 3 days ago
- 2 years agoAnonymous
- 10 months ago