{% load static %}

System Patching Status

{% if "feature-ai-jarvis" in user_feature_access and "feature-ai-jarvis" in company_feature_access %} {% endif %}
The number of workstations and servers which are fully up to date with all Operating Systems updates.
{{ patching_data.cwa_patch_status_fully_patched | default:'0' }}
Fully Patched Systems
The total number of workstations and servers which are managed by Datapath's RMM tools.
{{ patching_data.cwa_agent_count | default:'0' }}
Total Agents
The number of workstations and servers which either need updates or have not been rebooted in more than 30 days.

Some machines may need both updates and a reboot.
{{ patching_data.cwa_needs_attention_count | default:'0' }}
Needs Attention

Patch Status Breakdown
A breakdown of workstations and servers that need attention.

These numbers may not add up to the total number of machines needing attention as some machines that need to be rebooted may also need patches.

Fully Patched: {{ patching_data.cwa_patch_status_fully_patched | default:'0' }}
1-2 Missing: {{ patching_data.cwa_patch_status_1_2_missing | default:'0' }}
3-10 Missing: {{ patching_data.cwa_patch_status_3_10_missing | default:'0' }}
>10 Missing: {{ patching_data.cwa_patch_status_gt_10_missing | default:'0' }}
Unknown/Null: {{ patching_data.cwa_patch_status_null | default:'0' }}
Pending Reboot: {{ patching_data.cwa_pending_reboot_count | default:'0' }}
Data updated daily