Minimum Capacity Threshold" with the following description:The number of objects defined in the system for Compute Managers has reached 2 which is above the minimum capacity threshold of 70.0%. Maximum number of Compute Managers supported is 2.

Navigate to the capacity page under the NSX overview UI of respective feature ( i.e. Networking, Security, Inventory and System) and review current usage versus threshold limits. If the current usage is expected, consider increasing the minimum threshold values. If the current usage is unexpected, review the network policies configured to decrease usage at or below the minimum threshold.", and increasing the "Minimum Capacity Threshold" to 100% from NSX UI -> Plan & Troubleshoot -> Consolidated Capacity did not resolve the issue.VMware NSX 4.2 and later.
This alarm is expected to trigger in NSX 4.2 and later releases.
According to VMware Configuration Maximum, an NSX Manager Medium appliance supports a maximum of two Compute Managers. Therefore, adding a second Compute Manager will result in 100% utilization of its supported capacity. Since the Minimum Capacity Threshold ("min_threshold_percentage") is set at 70%, this scenario is expected to trigger the alarm.
When editing the "Consolidated Capacity" under "Plan & Troubleshooting" this action is performed exclusively from the Manager view, and the Policy view does not have the functionality to change it from the UI. Consequently, even after making this change in the NSX UI (Manager view), the alarm will still Open.
This is an expected behavior, and you can ignore this alarm.
If you want to increase the min_threshold_percentage for the NSX Policy/Manager to resolve this alarm, you can follow these steps.
GET /policy/api/v1/infra/capacity/threshold API, take note of all the outputs. {
"threshold_type" : "NUMBER_OF_COMPUTE_MANAGER",
"min_threshold_percentage" : 70.0,
"max_threshold_percentage" : 100.0
}
{
"threshold_type" : "NUMBER_OF_COMPUTE_MANAGER",
"min_threshold_percentage" : 100.0,
"max_threshold_percentage" : 100.0
}
PUT /policy/api/v1/infra/capacity/threshold API, copy all the content from the GET request (step 3), and only modify the part described above.