Rename the web dashboard binary to maglevd-frontend and move it to /usr/sbin (it's a daemon and belongs with maglevd). The systemd unit name stays vpp-maglev-frontend.service since that prefix is the package name. Manpage, README, user-guide, and debian packaging all updated in lockstep; bump to 0.9.1 for the first real release. All frontend env vars are now prefixed MAGLEV_FRONTEND_ so a single /etc/default/vpp-maglev can be shared with maglevd without collisions. Every flag has an env equivalent for Docker use. MAGLEV_FRONTEND_USER and MAGLEV_FRONTEND_PASSWORD still gate the /admin surface. VPPInfoPanel now pulses "API: ↑↓" indicators in the zippy title whenever a vpp-api-send / vpp-api-recv log event arrives on the SSE stream for the scoped maglevd — 250ms blue flash, re-triggerable, with the two arrows tightly kerned via negative letter-spacing.
20 lines
797 B
Plaintext
20 lines
797 B
Plaintext
Package: vpp-maglev
|
|
Version: @VERSION@
|
|
Architecture: @ARCH@
|
|
Maintainer: Pim van Pelt <pim@ipng.ch>
|
|
Section: net
|
|
Priority: optional
|
|
Depends: systemd, adduser
|
|
Description: Maglev health-checker daemon, CLI client, and web frontend
|
|
maglevd monitors backends (HTTP, TCP, ICMP) with a rise/fall counter
|
|
model and exposes their aggregated state over a gRPC API. Configuration
|
|
is loaded from a YAML file and supports live reload via SIGHUP.
|
|
.
|
|
maglevc is an interactive CLI client for maglevd with tab completion,
|
|
inline help, and one-shot mode for scripting.
|
|
.
|
|
maglevd-frontend is an optional web dashboard that fans one or more
|
|
maglevd gRPC streams out to browsers over Server-Sent Events. It is
|
|
installed but not enabled by default; enable with:
|
|
systemctl enable --now vpp-maglev-frontend
|