configure and enable/disable sensoroni via ui

This commit is contained in:
m0duspwnens
2023-05-12 14:26:46 -04:00
parent e342dae818
commit 00d1ca0b62
11 changed files with 216 additions and 123 deletions
+34 -16
View File
@@ -1,19 +1,37 @@
sensoroni:
node_checkin_interval_ms:
description: Interval in ms to checkin to the soc_host.
enabled:
description: Enable or disable Sensoroni.
advanced: True
helpLink: sensoroni.html
node_description:
description: Description of the specific node.
helpLink: sensoroni.html
sensoronikey:
description: Shared key for sensoroni authentication.
helpLink: sensoroni.html
global: True
sensitive: True
advanced: True
soc_host:
description: Host for sensoroni agents to connect to.
helpLink: sensoroni.html
global: True
advanced: True
config:
analyze:
enabled:
description: Enable or disable the analyzer.
advanced: True
helpLink: sensoroni.html
analyze_timeout_ms:
description: Timeout period for the analyzer.
advanced: True
helpLink: sensoroni.html
analyze_parallel_limit:
description: Parallel limit for the analyzer.
advanced: True
helpLink: sensoroni.html
node_checkin_interval_ms:
description: Interval in ms to checkin to the soc_host.
advanced: True
helpLink: sensoroni.html
node_description:
description: Description of the specific node.
helpLink: sensoroni.html
sensoronikey:
description: Shared key for sensoroni authentication.
helpLink: sensoroni.html
global: True
sensitive: True
advanced: True
soc_host:
description: Host for sensoroni agents to connect to.
helpLink: sensoroni.html
global: True
advanced: True