From 904d34977f5508c5debf3b2ab6e306714a799e2c Mon Sep 17 00:00:00 2001 From: Mike Reeves Date: Tue, 13 Apr 2021 20:48:53 -0400 Subject: [PATCH] Add telegraf scripts to track eps and failures for beats --- salt/telegraf/etc/telegraf.conf | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/salt/telegraf/etc/telegraf.conf b/salt/telegraf/etc/telegraf.conf index 1b172485b..03113a3f4 100644 --- a/salt/telegraf/etc/telegraf.conf +++ b/salt/telegraf/etc/telegraf.conf @@ -679,7 +679,8 @@ "/scripts/redis.sh", "/scripts/influxdbsize.sh", "/scripts/eps.sh", - "/scripts/raid.sh" + "/scripts/raid.sh", + "/beatseps.sh" ] data_format = "influx" ## Timeout for each command to complete. @@ -695,7 +696,8 @@ "/scripts/zeekcaptureloss.sh", {% endif %} "/scripts/oldpcap.sh", - "/scripts/raid.sh" + "/scripts/raid.sh", + "/beatseps.sh" ] data_format = "influx" timeout = "15s" @@ -711,7 +713,8 @@ {% endif %} "/scripts/oldpcap.sh", "/scripts/eps.sh", - "/scripts/raid.sh" + "/scripts/raid.sh", + "/beatseps.sh" ] data_format = "influx" timeout = "15s" @@ -729,7 +732,8 @@ {% endif %} "/scripts/oldpcap.sh", "/scripts/eps.sh", - "/scripts/raid.sh" + "/scripts/raid.sh", + "/beatseps.sh" ] data_format = "influx" timeout = "15s" @@ -746,7 +750,8 @@ {% endif %} "/scripts/oldpcap.sh", "/scripts/influxdbsize.sh", - "/scripts/raid.sh" + "/scripts/raid.sh", + "/beatseps.sh" ] data_format = "influx" timeout = "15s"