Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fails to pull Zone data if CF_ZONES is not defined #47

Open
nonamef opened this issue Oct 28, 2021 · 2 comments
Open

Fails to pull Zone data if CF_ZONES is not defined #47

nonamef opened this issue Oct 28, 2021 · 2 comments

Comments

@nonamef
Copy link

nonamef commented Oct 28, 2021

I have over 50 zones that are a mix of Free and Enterprise plans. While running the exporter cloudflare_zone_XXX data was not populated, but cloudflare_worker_XXX was working. When I specified a short list of zones with CF_ZONES, all the data was populated.

Looks like the condition "CF_ZONES : If not set, all zones from account are exported" is not working. Would be good to know if there is a maximum amount of zones that can scraped.

@m-adawi
Copy link

m-adawi commented Feb 3, 2022

I had a similar problem. When I don't set CF_ZONES it doesn't get most of the data. When I set CF_ZONES with a list of enterprise zones it works, but if I add a single non-enterprise zone to the list it doesn't work.

@tomich
Copy link

tomich commented Aug 25, 2023

I believe you have to manually define zones when at least one of your zones is free tier. This may be related to:
#32

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants