{% extends "base.html" %} {% block content %}
{{_('IP Address')}} | {{farmer.hostname}} |
---|---|
{{_('Hostname')}} | {{farmer.displayname}} |
{{_('Blockchains Farming')}} | {{daily_summaries[farmer.displayname].keys()|join(', ')}} |
{{_('Plot Counts')}} | {{ farmer.plot_counts }} |
{{_('Plot Types')}} | {{ farmer.plot_types }} |
{{_('Drive Count')}} | {{farmer.drive_count}} {{_('devices')}} |
{{_('Drive Usage')}} | {{farmer.drive_usage}} |
{{_('No memory usage stats recorded recently for %(hostname)s with Chia blockchain. Please ensure the Chia worker is reporting into the controller on the Workers page.', hostname=farmer.hostname)}}
{% endautoescape %} {% endif %}{{_('For legibility, the chart shows only a random selection of paths when a worker has many of them.')}}
{% endif %} {% else %} {% autoescape false %}{{_('No plots disk stats recorded recently for %(hostname)s with Chia blockchain. Please ensure all paths containing plots have been %(wiki_link_open)s configured %(wiki_link_close)s. Also ensure the Chia worker is reporting into the controller on the Workers page.', hostname=farmer.hostname, wiki_link_open='', wiki_link_close='')}}
{% endautoescape %} {% endif %}