PCAP Module - Fix Cert stuff

This commit is contained in:
Mike Reeves
2019-06-17 19:51:47 -04:00
parent feefc07235
commit ad2cbcbc59
2 changed files with 4 additions and 2 deletions

View File

@@ -1,10 +1,10 @@
{%- set MASTERIP = salt['pillar.get']('static:masterip', '') -%}
{%- set MASTER = grains['master'] -%}
{%- set SENSORONIKEY = salt['pillar.get']('static:sensoronikey', '') -%}
{
"logFilename": "log/sensoroni.log",
"agent": {
"pollIntervalMs": 10000,
"serverUrl": "https://{{ MASTERIP }}/sensoroniagents",
"serverUrl": "https://{{ MASTER }}/sensoroniagents",
"modules": {
"statickeyauth": {
"apiKey": "{{ SENSORONIKEY }}"

View File

@@ -116,3 +116,5 @@ so-steno:
- /nsm/pcapout:/nsm/pcapout:rw
- /opt/so/log/stenographer:/var/log/stenographer:rw
- /opt/so/conf/steno/sensoroni.json:/opt/sensoroni/sensoroni.json:ro
- watch:
- /opt/so/conf/steno/sensoroni.json