Plugin for Telegraf for gathering statistics from Cloudflare
This script is in beta version, use with caution
$ pip install telegraf-cloudflare
$ telegraf-cloudflare --zone-id ZONE_ID --email [email protected] --api-key SECRET
-
--interval
(int)- Last 60 minutes (value from 59 to 1): 1 minute resolution
- Last 7 hours (value from 419 to 60): 15 minutes resolution
- Last 15 hours (value from 899 to 420): 30 minutes resolution
- Last 72 hours (value from 4320 to 900): 1 hour resolution
- Older than 3 days (value 525600 to 4320): 1 day resolution
Not all intervals are available in all plans, more information is available here
[[inputs.exec]]
interval = 6h
commands = ["telegraf-cloudflare telegraf-cloudflare --zone-id ZONE_ID --email [email protected] --api-key SECRET"]
data_format = "influx"
See LICENSE file.