PCAP module - fix dir

This commit is contained in:
Mike Reeves
2019-06-19 22:10:09 -04:00
parent ecd75d121b
commit b6fd6fa2cc
2 changed files with 3 additions and 2 deletions

View File

@@ -2,6 +2,7 @@
{%- set SENSORONIKEY = salt['pillar.get']('static:sensoronikey', '') -%}
{
"logFilename": "/opt/sensoroni/log/sensoroni.log",
"logLevel":"debug",
"agent": {
"pollIntervalMs": 10000,
"serverUrl": "https://{{ MASTER }}/sensoroniagents",
@@ -12,7 +13,7 @@
},
"stenoquery": {
"pcapInputPath": "/nsm/pcap",
"pcapOutputPath": "/nsm/pcapoutput"
"pcapOutputPath": "/nsm/pcapout"
}
}
}