Add process view
CI / test (push) Successful in 1m1s
Release rolling / release (push) Successful in 7m12s

This commit is contained in:
Raven Scott
2026-07-19 15:41:35 -04:00
parent 2923678354
commit f604d210c3
20 changed files with 2215 additions and 6 deletions
+4
View File
@@ -75,6 +75,9 @@ export const MethodRoles = Object.freeze({
/** Anomaly source: viewer; audit/journal enforced admin inside handler */
queryLogs: Roles.viewer,
/** Live process table (Linux /proc) */
listProcesses: Roles.viewer,
// alerts / thresholds (write)
setAlertConfig: Roles.operator,
ackAlert: Roles.operator,
@@ -147,5 +150,6 @@ export const HotMethods = Object.freeze(
Methods.subscribeMetrics,
Methods.unsubscribeMetrics,
Methods.getAllMetrics,
Methods.listProcesses,
])
)