used memory
I need to have a summary status for both parameters:
if parameter 1 is less than 80% (true)
AND
parameter 2 is less than 80% (true)
then the status of the resulting panel is GREEN
if one of the parameters is false, then RED
if both of the parameters are false, then RED
Is this possible? How can I do this?
I have several data sources: Zabbiks and ElastichSearch. Can I solve this problem for one of them or both?