From 5c82ce29cb745e5049e09eb79a0187855dc81f97 Mon Sep 17 00:00:00 2001 From: Mike Reeves Date: Tue, 9 Apr 2019 11:05:25 -0400 Subject: [PATCH] Grafana Module - Fix monint for grafana dash --- salt/common/init.sls | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/salt/common/init.sls b/salt/common/init.sls index 9ae72d360..d47220b75 100644 --- a/salt/common/init.sls +++ b/salt/common/init.sls @@ -357,7 +357,7 @@ dashboard-{{ SN }}: - defaults: SERVERNAME: {{ SN }} MANINT: {{ SNDATA.manint }} - MONINT: {{ SNDATA.manint }} + MONINT: {{ SNDATA.monint }} CPUS: {{ SNDATA.totalcpus }} UID: {{ SNDATA.guid }} ROOTFS: {{ SNDATA.rootfs }} @@ -369,7 +369,7 @@ dashboard-{{ SN }}: # Install the docker. This needs to be behind nginx at some point so-grafana: docker_container.running: - - image: soshybridhunter/so-grafana:HH1.0.7 + - image: soshybridhunter/so-grafana:HH1.0.8 - hostname: grafana - user: socore - binds: