License Expiry Monitor

Citrix.LicenseServer.LicenseExpiry.Monitor (UnitMonitor)

Monitors license expiry on a Citrix license server

Knowledge Base article:

Citrix ® Management Pack

Summary

You have one or more licenses on a license server that are about to expire.

 
Causes

A license installed on a license server may have an associated expiry date after which the license is no longer available. For example, evaluation licenses are typically valid only for a limited time.

 
Resolutions

To check how many days remain until the license expires, use the License Management Console. The alert includes a link to the License Management Console. If this alert is caused by an evaluation license, to avoid future alerts, upgrade to a retail license and remove the evaluation license from the license server.

 
External Knowledge Sources

The following sources of information can be helpful when dealing with this alert:

  • Citrix Presentation Server Administrator's Guide - English
  • Citrix Licensing Guide - English
 
© 2002-2008 Citrix Systems, Inc. All rights reserved.

Element properties:

TargetCitrix.LicenseServer.ServerRole
Parent MonitorCitrix.LicenseServer.AvailabilityState
CategoryAvailabilityHealth
EnabledTrue
Alert GenerateFalse
Alert Auto ResolveFalse
Monitor TypeCitrix.LicenseServer.LicenseExpiry.MonitorType
RemotableTrue
AccessibilityPublic
RunAsCitrix.PresentationServer.CitrixAdministratorAccount

Source Code:

<UnitMonitor ID="Citrix.LicenseServer.LicenseExpiry.Monitor" Accessibility="Public" Enabled="true" Target="Citrix.LicenseServer.ServerRole" ParentMonitorID="Citrix.LicenseServer.AvailabilityState" Remotable="true" Priority="Normal" RunAs="CtxLibrary!Citrix.PresentationServer.CitrixAdministratorAccount" TypeID="Citrix.LicenseServer.LicenseExpiry.MonitorType" ConfirmDelivery="false">
<Category>AvailabilityHealth</Category>
<OperationalStates>
<OperationalState ID="Warning" MonitorTypeStateID="LicenseSoonToExpire" HealthState="Warning"/>
<OperationalState ID="Success" MonitorTypeStateID="LicenseActive" HealthState="Success"/>
</OperationalStates>
<Configuration>
<IntervalInSeconds>86400</IntervalInSeconds>
<WarningDays>7</WarningDays>
</Configuration>
</UnitMonitor>