{% extends 'base.html' %} {% block title %}Settings{% endblock %} {% block content %}
| Nom | Endpoint | Datacenter | Description | Responsable | Actif | {% if editable.vsphere %}Action | {% endif %}
|---|---|---|---|---|---|---|
| {{ vc.name }} | {{ vc.endpoint }} | {{ vc.datacenter or '-' }} | {{ vc.description or '-' }} | {{ vc.responsable or '-' }} | {{ 'Oui' if vc.is_active else 'Non' }} | {% if editable.vsphere %}{% if vc.is_active %} {% endif %} | {% endif %}
Configurez ici les webhooks Teams (Workflows / Incoming) utilisés pour annoncer les interventions de patching. Chaque application ou serveur peut pointer vers son canal dédié ; le canal "défaut" est utilisé en fallback.
| Nom | Webhook URL | Description | Défaut | Actif | {% if editable.vsphere %}Actions | {% endif %}
|---|---|---|---|---|---|
| {{ tc.name }} | {{ tc.description or '-' }} | {{ 'Oui' if tc.is_default else '-' }} | {{ 'Oui' if tc.is_active else 'Non' }} | {% if editable.vsphere %}{% endif %} | |
| Aucun canal Teams configuré. | |||||
Les clusters permettent de patcher plusieurs serveurs liés (ex : DB master + slaves,
HAProxy + backends) avec un ordre de redémarrage. Le champ
cluster_order sur chaque serveur fixe la
séquence (1 = premier patché). Stratégie sequential = un par un (recommandé)
ou parallel = tous en même temps.
| Nom | Description | Stratégie | # Serveurs | Actif | {% if editable.vsphere %}Actions | {% endif %}
|---|---|---|---|---|---|
| {{ sc.name }} | {{ sc.description or '-' }} | {{ sc.reboot_strategy }} | {{ sc.server_count }} | {{ 'Oui' if sc.is_active else 'Non' }} | {% if editable.vsphere %}{% endif %} |
| Aucun cluster configuré. | |||||
| CIDR | Description | Actif | {% if editable.security %}Actions | {% endif %}
|---|---|---|---|
| {{ n.cidr }} | {{ n.description or '-' }} | {{ 'Oui' if n.is_active else 'Non' }} | {% if editable.security %}
|
{% endif %}
Le fichier /etc/nginx/patchcenter_acl.conf est régénéré automatiquement à chaque modification. Nginx est rechargé.