From a405ca39fa4d0c565e2b794e6894996680707992 Mon Sep 17 00:00:00 2001 From: m0duspwnens Date: Tue, 20 Jul 2021 14:31:09 -0400 Subject: [PATCH] add redis.sh for telegraf on heavynodes --- salt/telegraf/etc/telegraf.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/salt/telegraf/etc/telegraf.conf b/salt/telegraf/etc/telegraf.conf index 147ffc480..d8620a082 100644 --- a/salt/telegraf/etc/telegraf.conf +++ b/salt/telegraf/etc/telegraf.conf @@ -736,6 +736,7 @@ {% elif grains['role'] == 'so-heavynode' %} [[inputs.exec]] commands = [ + "/scripts/redis.sh", "/scripts/stenoloss.sh", "/scripts/suriloss.sh", "/scripts/checkfiles.sh",