mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-08 02:02:50 +01:00
If SENSOR_CHECKIN_INTERVAL_MS is still not set when using in a template, fallback to 10s
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
"logFilename": "/opt/sensoroni/logs/sensoroni.log",
|
"logFilename": "/opt/sensoroni/logs/sensoroni.log",
|
||||||
"logLevel":"debug",
|
"logLevel":"debug",
|
||||||
"agent": {
|
"agent": {
|
||||||
"pollIntervalMs": {{ CHECKININTERVALMS }},
|
"pollIntervalMs": {{ CHECKININTERVALMS if CHECKININTERVALMS else 10000 }},
|
||||||
"serverUrl": "https://{{ MANAGER }}/sensoroniagents",
|
"serverUrl": "https://{{ MANAGER }}/sensoroniagents",
|
||||||
"verifyCert": false,
|
"verifyCert": false,
|
||||||
"modules": {
|
"modules": {
|
||||||
|
|||||||
Reference in New Issue
Block a user