This issue is addressed in version 4.2.0 of the NSX Application Platform.
Workaround:
To mitigate the issue, follow these steps:
Additionally if the alarm message indicates "service status down" with component K8_Platform_Service, you can proceed with the following recommended workaround.
Workaround:
To mitigate this issue check the status of services by running the below mentioned API.
Run the below API to get NAPP feature health details (Use any API client like Postman etc) :
GET https://<nsx>/napp/api/v1/platform/monitor/feature/health
You can also use the below curl command to obtain the details of the NAPP health (execute it from NSX manager under root mode ) :
curl -k -u -X GET -u admin https://nsxmanager.eng.vmware.com/napp/api/v1/platform/monitor/feature/health >> /tmp/napp01.txt
In above command , we are redirecting the output to a file called "napp01.txt" under /tmp in NSX Manager
Next Steps Based on Output:
Implementing this workaround should help in resolving the NSX Application Platform Health alarm triggered by service status being down until the system is updated to version 4.2.0.