-
-
Notifications
You must be signed in to change notification settings - Fork 98
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
remove plugin_type #93
Conversation
|
Thanks. |
|
I think the removed code here was also breaking the new functionality for having two copies of the same input in an array. The |
* remove plugin_type * fix my name and e-mail address
|
@nrdmn, @yankcrime, or @sparr 99% of our systems send metrics to RabbitMQ so we have a global configuration set to use the amqp output. The only systems that don't need these outputs are the ones that pull metrics off of the queues to insert into the database. This was the other major reason for In our global configuration we have something like this: Then in other configurations we can easily exclude the specific outputs we don't want to use. With this merge removing that ability, is there an alternative way to exclude specific configurations from a deep-merged hiera config? I've been using this configuration for several years now without issue so I'd be very interested to hear any problems that it caused. |
This PR removes the plugin_type feature in #80 because it is redundant and because its current implementation breaks when there are no inputs or outputs.