In the above excerpts, there are 3 events in total.
- OutOfWapLicense
- OutOfLicense
- LicenseExpirationWarning.
A Description of these events is below :
1. event OutOfWapLicense
"Indicates whether WirelessAccessPoint count license is sufficient for discovery."
= WirelessAccessPointLicenseExceeded &&
(TotalWirelessAccessPoints >= TotalWirelessAccessPointsLicenseCheckedOut);
2. event OutOfLicense
"Indicates whether system or network adapter volume license is sufficient for discovery."
= VolumeLicenseExceeded &&
(TotalSystems >= TotalSystemLicenseCheckedOut);
Generates OutOfLicense event if volume license for system or network adapter is insufficient.
3. LicenseExpirationWarning Indicates that the system license expiration has reached the remaining days threshold limit. This is defined as
follows:
(Number of license remaining days <= License expiration warning threshold).
This event will be generated if the remaining days is less than the LicenseExpirationWarningThreshold value.
This event will be cleared if:
The license expires
A permanent license is obtained
or
The new trial license is valid for over 30 days