-
Notifications
You must be signed in to change notification settings - Fork 236
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
prometheus.exporter.snmp to support multiple config files #916
Comments
Is there a way that this can be done without a breaking change, like a new |
That's also more intuitive, imo. From user perspective, it'd be pretty weird passing a list of SNMP config files to Or maybe we can mark |
I would be happy with that. I also think we should document the
True! It was sort of implied in the original issue above, but I didn't mention it. Thanks for clearing it. up :) Btw I don't think this is super high priority, because in theory |
This issue has not had any activity in the past 30 days, so the |
I'd like this feature for my customers. They want parity with the upstream and it just makes life a lot easier for them to maintain configs separately based on all kinds of things like manufacturers and auth. |
Request
The
config_file
(and maybeconfig
) options can be changed fromstring
tolist(string)
, so that users can specify more than one config file. This is a feature which was added upstream some time ago.This was requested by @bastischubert
Use case
It could be helpful to split out a config file into multiple files.
The text was updated successfully, but these errors were encountered: