{% extends "base.html" %} {% block title %}Licence{% endblock %} {% block content %}

Licence

This is a self-hosted Vigil instance (version {{ vigil_version }}).

Status

{{ st.message }}
{% if st.state == 'pending' %}

Activation

This installation's fingerprint is {{ fingerprint }}. PuzariCloud must approve it once; approval binds the licence to this machine.

{% if phone_home %}
(also checked automatically every 5 minutes){% endif %} {% if request_code %}
Air-gapped? Send this activation request code to hello@puzaricloud.in
{{ request_code }}

You will get back a key bound to this installation; paste it on the right.

{% endif %}
{% endif %} {% if st.payload %}
Licensed to
{{ st.payload.customer }} ({{ st.payload.email }})
Licence id
{{ st.payload.id }}{% if st.payload.bound_to %} · bound to this installation{% endif %}
Issued
{{ st.payload.issued }}
Expires
{{ st.payload.expires }}{% if st.days_left >= 0 %} ({{ st.days_left }} days left){% endif %}
Limits
{{ limits.servers }} servers · {{ limits.monitors }} monitors · {{ 'unlimited' if limits.team_seats >= 999 else limits.team_seats }} seats · {{ limits.status_pages }} status pages · {{ limits.private_locations }} private locations
Renewal
{% if phone_home %}automatic while your PuzariCloud subscription is active (checked daily){% else %}manual (air-gapped mode): paste a new key below{% endif %}
{% endif %} {% if phone_home %}
{% endif %}

Enter a licence key

Renew or buy at puzaricloud.in or email hello@puzaricloud.in. After expiry there are 14 days of grace; after that monitoring keeps running but changes are blocked until a valid key is entered.

{% endblock %}