{{ name }}
{% if health == "OK" %}OK{% elif health == "FAILED" %}FAILED{% elif health == "PROBING" %}PROBING{% else %}PENDING{% endif %}
{% if read_only %}Read-Only{% endif %}
Cache Used
{{ cache_display }}
Dirty Files
{{ dirty_count }}
Transfer Speed
{{ speed_display }}
Active Transfers
{{ transfers }}
| Health | {{ health }} |
{% if health == "FAILED" %}
| Probe Error | {{ health_message }} |
{% endif %}
| Mount Point | {{ mount_point }} |
| Remote Path | {{ remote_path }} |
| RC Port | {{ rc_port }} |
| Errored Files | {{ errored_files }} |
| Total Errors | {{ errors }} |