mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-09 18:52:52 +01:00
41 lines
1018 B
YAML
41 lines
1018 B
YAML
hypervisor:
|
|
hosts:
|
|
defaultHost:
|
|
add_searchnode:
|
|
description: Add a new searchnode to the hypervisor.
|
|
file: True
|
|
global: True
|
|
multiline: True
|
|
add_sensor:
|
|
description: Add a new sensor to the hypervisor.
|
|
file: True
|
|
global: True
|
|
multiline: True
|
|
guests:
|
|
defaultGuest:
|
|
copper:
|
|
description: Copper nics
|
|
forcedType: "[]int"
|
|
global: True
|
|
multiline: True
|
|
sfp:
|
|
description: sfp nics
|
|
forcedType: string
|
|
global: True
|
|
multiline: True
|
|
disks:
|
|
description: disk
|
|
forcedType: "[]int"
|
|
global: True
|
|
multiline: True
|
|
cpu:
|
|
description: cpu
|
|
forcedType: int
|
|
global: True
|
|
multiline: True
|
|
memory:
|
|
description: mem
|
|
forcedType: int
|
|
global: True
|
|
multiline: True
|