mirror of
https://github.com/henrygd/beszel.git
synced 2026-04-20 19:51:49 +02:00
feat: add SyncNetworkProbes and GetNetworkProbeResults action types
This commit is contained in:
@@ -22,6 +22,10 @@ const (
|
|||||||
GetSmartData
|
GetSmartData
|
||||||
// Request detailed systemd service info from agent
|
// Request detailed systemd service info from agent
|
||||||
GetSystemdInfo
|
GetSystemdInfo
|
||||||
|
// Sync network probe configuration to agent
|
||||||
|
SyncNetworkProbes
|
||||||
|
// Request network probe results from agent
|
||||||
|
GetNetworkProbeResults
|
||||||
// Add new actions here...
|
// Add new actions here...
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user