|
{{ title }}
Generated: {{ generated }}
|
| Total hosts: {{ total_hosts }} Matching expected: {{ ok_hosts }} With issues: {{ hosts_with_issues|length }} |
| {{ header_title }} {% if has_issues %} {{ badge('ISSUES', '#ef4444') }} {% else %} {{ badge('OK', '#16a34a') }} {% endif %} | |||
| {{ badge('ISSUES', '#ef4444') }} | |||
| {{ label }}: {{ fmt_ports(ports) }} | |||
|
Discovered Ports
|
|||
| Protocol | Port | State | Service |
| {{ pill_proto(p.protocol) }} | {{ p.port }} | {{ pill_state(p.state) }} | {{ p.service or '-' }} |
| No per-port details available for this host. | |||
| {{ badge('OK', '#16a34a') }} Matches expected ports. | |||