Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b393d94e81 |
@@ -3,13 +3,15 @@
|
|||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
|
|
||||||
<div class="g-page-header">
|
<div class="lt-page-header">
|
||||||
<h1 class="g-page-title">Network Inspector</h1>
|
<div>
|
||||||
<p class="g-page-sub">
|
<h1 class="lt-page-title">Network Inspector</h1>
|
||||||
|
<p class="g-page-sub" style="margin-top:4px">
|
||||||
Visual switch chassis diagrams. Click a port to see detailed stats and LLDP path debug.
|
Visual switch chassis diagrams. Click a port to see detailed stats and LLDP path debug.
|
||||||
<span id="inspector-updated" style="margin-left:10px; color:var(--text-muted); font-size:.85em;"></span>
|
<span id="inspector-updated" style="margin-left:8px"></span>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div class="inspector-layout">
|
<div class="inspector-layout">
|
||||||
<div class="inspector-main" id="inspector-main">
|
<div class="inspector-main" id="inspector-main">
|
||||||
|
|||||||
@@ -3,14 +3,15 @@
|
|||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
|
|
||||||
<div class="g-page-header">
|
<div class="lt-page-header">
|
||||||
<h1 class="g-page-title">Link Debug</h1>
|
<div>
|
||||||
<p class="g-page-sub">
|
<h1 class="lt-page-title">Link Debug</h1>
|
||||||
|
<p class="g-page-sub" style="margin-top:4px">
|
||||||
Per-interface stats: speed, duplex, SFP optical levels, TX/RX rates, errors, and carrier changes.
|
Per-interface stats: speed, duplex, SFP optical levels, TX/RX rates, errors, and carrier changes.
|
||||||
Data collected via Prometheus node_exporter + SSH ethtool (servers) and UniFi API (switches) every poll cycle.
|
<span id="links-updated" style="margin-left:8px"></span>
|
||||||
<span id="links-updated" style="margin-left:10px; color:var(--text-muted); font-size:.85em;"></span>
|
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div id="links-container">
|
<div id="links-container">
|
||||||
<div class="link-loading">Loading link statistics</div>
|
<div class="link-loading">Loading link statistics</div>
|
||||||
|
|||||||
@@ -3,9 +3,11 @@
|
|||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
|
|
||||||
<div class="g-page-header">
|
<div class="lt-page-header">
|
||||||
<h1 class="g-page-title">Alert Suppressions</h1>
|
<div>
|
||||||
<p class="g-page-sub">Manage maintenance windows and per-target alert suppression rules.</p>
|
<h1 class="lt-page-title">Alert Suppressions</h1>
|
||||||
|
<p class="g-page-sub" style="margin-top:4px">Manage maintenance windows and per-target alert suppression rules.</p>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- ── Create suppression ─────────────────────────────────────────── -->
|
<!-- ── Create suppression ─────────────────────────────────────────── -->
|
||||||
|
|||||||
Reference in New Issue
Block a user