Foreman and Proxy versions: 3.17.0
Foreman and Proxy plugin versions:
- foreman-tasks: 11.0.6
- foreman_remote_execution: 16.3.1
- foreman-dynflow-sidekiq: 3.17.0
Distribution and version: AlmaLinux 9.x (from the command above)
Expected behavior:
Hosts with configuration reports older than 90 minutes (outofsync_interval setting) should display with warning/yellow status icon in the host list.
Actual behavior:
New UI (/new/hosts) shows all hosts with green/OK status icons, regardless of last report age. Legacy UI (/hosts) correctly shows warning status for out-of-sync hosts.
Steps to reproduce:
- Have hosts with last report > 90 minutes ago
- Verify
hammer host info --name <hostname>shows “Global Status: Warning” - View hosts in new UI - all show green
- Remove
/newfrom URL - correctly shows warning/yellow status
Workaround:
Set hammer settings set --name new_hosts_page --value false to force legacy UI globally on Hosts list.