{% extends 'base.html' %} {% block title %}Patching — Config exclusions{% endblock %} {% block content %}

Config exclusions — par serveur

Exclusions de packages lors du yum update. Stockées dans iTop (champ patch_excludes) et poussées en temps réel.

Packages reboot (QuickWin)
{% if msg %}
{{ msg }}
{% endif %}
{{ stats.total_servers }}
Serveurs total
{{ stats.with_excludes }}
Avec exclusions
{{ stats.total_servers - stats.with_excludes }}
Sans exclusions
{{ total }}
Filtrés
Reset
{% for s in servers %} {% endfor %}
Hostname Solution applicative Domaine Env Zone Tier OS Exclusions Action
{{ s.hostname }} {{ (s.application_name or '-')[:40] }} {{ s.domain_name or '-' }} {{ s.env_name or '-' }} {{ s.zone_name or '-' }} {{ s.tier or '-' }} {{ s.os_family or '-' }}
{% if total_pages > 1 %}
{% for p in range(1, total_pages + 1) %} {{ p }} {% endfor %}
{% endif %} {% endblock %}