mirror of
https://github.com/tale/headplane.git
synced 2026-07-26 07:48:14 +00:00
8cb91cd45b
* Added backoff and liveness probes for better management * Switched IPC to a simple text based system * Lookups don't directly touch the agent now * Use the database as a source of truth
6 lines
107 B
SQL
6 lines
107 B
SQL
CREATE TABLE `host_info` (
|
|
`host_id` text PRIMARY KEY NOT NULL,
|
|
`payload` text,
|
|
`updated_at` integer
|
|
);
|