Add role to sensoroni.json file

This commit is contained in:
Jason Ertel
2020-11-25 11:11:46 -05:00
parent 7fb264b4fe
commit 8f9081618f

View File

@@ -6,6 +6,7 @@
"logFilename": "/opt/sensoroni/logs/sensoroni.log",
"logLevel":"info",
"agent": {
"role": "{{ grains.role }}"
"pollIntervalMs": {{ CHECKININTERVALMS if CHECKININTERVALMS else 10000 }},
"serverUrl": "https://{{ URLBASE }}/sensoroniagents",
"verifyCert": false,