You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 17, 2023. It is now read-only.
Was trying to add 'uptime' to hosts page, but based on the host status, that is if not in sync, then leave blank, otherwise report fact_hash['uptime'], should this one work? while it doesn't
Was trying to add 'uptime' to hosts page, but based on the host status, that is if not in sync, then leave blank, otherwise report fact_hash['uptime'], should this one work? while it doesn't
:uptime_hosts_page:
:title: Uptime
:after: last_report
:content: facts_hash['uptime']
:conditional: :last_report < "60 minutes ago"
Thnx in advance for any advice on that!