Grafana Module - Fix monint for grafana dash

This commit is contained in:
Mike Reeves
2019-04-09 11:05:25 -04:00
parent c1663d5096
commit 5c82ce29cb

View File

@@ -357,7 +357,7 @@ dashboard-{{ SN }}:
- defaults: - defaults:
SERVERNAME: {{ SN }} SERVERNAME: {{ SN }}
MANINT: {{ SNDATA.manint }} MANINT: {{ SNDATA.manint }}
MONINT: {{ SNDATA.manint }} MONINT: {{ SNDATA.monint }}
CPUS: {{ SNDATA.totalcpus }} CPUS: {{ SNDATA.totalcpus }}
UID: {{ SNDATA.guid }} UID: {{ SNDATA.guid }}
ROOTFS: {{ SNDATA.rootfs }} ROOTFS: {{ SNDATA.rootfs }}
@@ -369,7 +369,7 @@ dashboard-{{ SN }}:
# Install the docker. This needs to be behind nginx at some point # Install the docker. This needs to be behind nginx at some point
so-grafana: so-grafana:
docker_container.running: docker_container.running:
- image: soshybridhunter/so-grafana:HH1.0.7 - image: soshybridhunter/so-grafana:HH1.0.8
- hostname: grafana - hostname: grafana
- user: socore - user: socore
- binds: - binds: