Ensure distributed installations have the check-in interval correctly set

This commit is contained in:
Jason Ertel
2020-07-22 14:26:55 -04:00
parent f5665ad700
commit cb46ca4832
2 changed files with 3 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
{%- set MANAGER = salt['grains.get']('master') -%}
{%- set SENSORONIKEY = salt['pillar.get']('static:sensoronikey', '') -%}
{%- set CHECKININTERVALMS = salt['pillar.get']('pcap:sensor_checkin_interval_ms') -%}
{%- set CHECKININTERVALMS = salt['pillar.get']('pcap:sensor_checkin_interval_ms', 10000) -%}
{
"logFilename": "/opt/sensoroni/logs/sensoroni.log",
"logLevel":"debug",