{% extends 'base/layout.html' %} {% load i18n %} {% load static %} {% load wug_filters %} {% block title %}WhatsUp Gold Sync Dashboard{% endblock %} {% block content %}
Active Connections
{% if connections %} Online {% else %} None configured {% endif %}Synced Devices
{% if synced_devices > 0 %} Synchronized {% else %} No devices synced {% endif %}Pending Sync
{% if pending_devices > 0 %} Awaiting sync {% else %} Up to date {% endif %}Sync Errors
{% if error_devices > 0 %} Needs attention {% else %} No errors {% endif %}| Connection | Status | Last Sync | Devices | Actions |
|---|---|---|---|---|
|
{{ connection.name }}
{{ connection.host }}:{{ connection.port }} |
{% if connection.is_active %} Active {% else %} Inactive {% endif %} | {% if connection.last_sync %} {{ connection.last_sync|timesince }} ago {% else %} Never synced {% endif %} | {{ connection.devices.count }} devices |
Get started by adding your first WhatsUp Gold server connection.
Add First Connection| Connection | Type | Status | Started | Duration | Results | Success Rate |
|---|---|---|---|---|---|---|
| {{ log.connection.name }} | {{ log.sync_type|capfirst }} | {% if log.status == 'completed' %} {{ log.status|capfirst }} {% elif log.status == 'running' %} {{ log.status|capfirst }} {% elif log.status == 'failed' %} {{ log.status|capfirst }} {% else %} {{ log.status|capfirst }} {% endif %} | {{ log.start_time|timesince }} ago | {% if log.duration %} {{ log.duration|format_duration }} {% else %} - {% endif %} |
{{ log.devices_discovered }} discovered
{{ log.devices_created }} created
{{ log.devices_updated }} updated
|
|
No sync operations have been performed yet. Start by testing a connection or triggering a sync.
{% if connections %} {% endif %}