You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The collectd::plugin::virt plugin sets the plugin_instance_format parameter as a list of available options via Enum. This is not necessary as multiple values can be set, just like the hostname_format.
The Enum should be converted to a String in the manifests/plugins/virt.pp file.
The text was updated successfully, but these errors were encountered:
The collectd::plugin::virt plugin sets the plugin_instance_format parameter as a list of available options via Enum. This is not necessary as multiple values can be set, just like the hostname_format.
The
Enum
should be converted to aString
in themanifests/plugins/virt.pp
file.The text was updated successfully, but these errors were encountered: