feat: CheckMK host link in inventory, system logs hidden by default in logbook
This commit is contained in:
@ -16,6 +16,7 @@ export interface Device {
|
||||
type: DeviceType;
|
||||
status: 'online' | 'offline' | 'unknown';
|
||||
emergencySheet: string; // Markdown text
|
||||
cmkHostname?: string;
|
||||
lastCheckedAt?: string;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user