VMware NSX
The infra doesn't have any issues that match the Alarm Definitions and the old alarms have likely expired.
This is an expected behavior when there are no issues on the infra.
View Alarm Information
To test whether the Alarm framework is working just fine, a test alarm can be created by creating a dummy file in the NSX manager /tmp directory by running the command below.fallocate -l 3G /tmp/bigfile
This should trigger an alarm within few minutes that gets displayed on the NSX manager UI.
To remove the file, run the below command.rm /tmp/bigfile