I have a custom check that I only want to run once a day but at 12am or 12:01 exactly.
I know the .conf file can specify interval for 24h in inputs.exec section but i’m wondering at what TIME this is run if it is every 24 hours and how can I specify this if it isnt to my liking.
sh-4.2$ cat cch_cl_daily_txn_count.conf
[[inputs.exec]]
interval = “24h”
commands = [“python /etc/telegraf/scripts/cch_cl_daily_txn_count.py”]
timeout = “60s”
name_override = “cch_cl_daily_txn_count”