{% extends 'admin/master.html' %} {% block body %}
Current enterprise license state of this installation.
| Edition | Enterprise |
|---|---|
| License ID | {{ license.license_id }} |
| Customer | {{ license.customer }} |
| Expires | {{ exp_human }} {% if license.expiry_state == 'expired' %} expired {% elif license.expiry_state == 'expiring' %} expiring soon {% endif %} |
| Host limit | {{ license.max_hosts }} {% if license.current_hosts is not none %} (currently {{ license.current_hosts }}) {% endif %} {% if license.host_count_state == 'over' %} over limit {% endif %} |
| Features | {% if license.features %} {% for feature in license.features %} {{ feature }} {% endfor %} {% else %} none {% endif %} |
Default license path: /opt/cmdbsyncer/license.jwt
(override via CMDBSYNCER_LICENSE).
Load status: {{ load_status }}
Registered features:
{{ registry_features or '(none)' }}
Registered hooks:
{{ registry_hooks or '(none)' }}
No enterprise license is active on this installation.
{% if load_status %}Load status: {{ load_status }}