Add telegraf scripts to track eps and failures for beats

This commit is contained in:
Mike Reeves
2021-04-13 20:48:53 -04:00
parent aa66b6226f
commit 904d34977f

View File

@@ -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"