Hi,
I am able to get the Status of Applications in a Node as Down / Critical / Warning etc. from CurrentStatusOfApplication View. But I am unable to determine the Status of CPU and Memory for a Node in a similar manner. I need to show this info in a dashboard. As of now, I am just inferring this Status based on the usage / consumption. For example, if I find the CPU is more than 90%, I am reporting the Status as Critical and if it is more than 95%, then I report it as Down. Instead of doing this manually through calculation, I would like read this info from a column in a table / view. Can you please let me know where I can find this information?