Hostname |
IP |
Patch Patch? |
Requires Reboot |
Time since last ack |
% for agent in data:
${agentrow(agent)}
% endfor
Show all
Show applied
Show available
<%def name="agentrow(agent)">
${agent["ip"]} |
${agent["hostname"]} |
${agent["patch_current"]} |
${agent["requires_reboot"]} |
${agent["secs_since_ack"]} |
%def>