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

Convert plugin_instance_format from Enum to String #969

Conversation

leifmadsen
Copy link
Contributor

The plugin_instance_format (PluginInstanceFormat) parameter in the
collectd virt plugin is capable of taking multiple values, not a single
value from an Enum list.

Fixes #968

The plugin_instance_format (PluginInstanceFormat) parameter in the
collectd virt plugin is capable of taking multiple values, not a single
value from an Enum list.

Fixes #968
manifests/plugin/virt.pp Outdated Show resolved Hide resolved
@bastelfreak bastelfreak added the bug Something isn't working label Apr 26, 2021
@bastelfreak bastelfreak merged commit e40ffc7 into voxpupuli:master Apr 26, 2021
@leifmadsen leifmadsen deleted the fixup/plugin_instance_format_multi_param branch April 27, 2021 14:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

collectd::plugin::virt plugin_instance_format should not be Enum
3 participants