-
Notifications
You must be signed in to change notification settings - Fork 3
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
Rename check_vmware_datastore
to have size
, usage
or space
suffix?
#510
Comments
Note: I'm already referring to the plugin internally as being specific to "size": check-vmware/internal/config/constants.go Line 169 in 8bb1795
check-vmware/cmd/check_vmware_datastore/main.go Lines 64 to 67 in 8bb1795
That said, I also refer to datastore "usage" quite a bit in the docs. The original
Perhaps using a |
Note to self: Don't forget to update the |
check_vmware_datastore
to check_vmware_datastore_size
?check_vmware_datastore
to check_vmware_datastore_size
or check_vmware_datastore_usage
?
check_vmware_datastore
to check_vmware_datastore_size
or check_vmware_datastore_usage
?check_vmware_datastore
to have size
, usage
or space
suffix?
The |
I'm leaning this direction.
|
- Rename from `check_vmware_datastore` to `check_vmware_datastore_space` in an effort to explicitly note the scope of the plugin's functionality - Update references to the plugin to reflect this change refs GH-510
- Rename from `check_vmware_datastore` to `check_vmware_datastore_space` in an effort to explicitly note the scope of the plugin's functionality - Update references to the plugin to reflect this change, both plugin name and internal constants, variables, functions, types, etc. - Update performance data metric names to reflect the plugin rename refs GH-510
- Rename from `check_vmware_datastore` to `check_vmware_datastore_space` in an effort to explicitly note the scope of the plugin's functionality - Update references to the plugin to reflect this change, both plugin name and internal constants, variables, functions, types, etc. - Update performance data metric names to reflect the plugin rename refs GH-510
- Rename from `check_vmware_datastore` to `check_vmware_datastore_space` in an effort to explicitly note the scope of the plugin's functionality - Update references to the plugin to reflect this change, both plugin name and internal constants, variables, functions, types, etc. - Update performance data metric names to reflect the plugin rename - Update CHANGELOG coverage for plugin rename, performance data metric changes refs GH-510
- Rename from `check_vmware_datastore` to `check_vmware_datastore_space` in an effort to explicitly note the scope of the plugin's functionality - Update references to the plugin to reflect this change, both plugin name and internal constants, variables, functions, types, etc. - Update performance data metric names to reflect the plugin rename - Update CHANGELOG coverage for plugin rename, performance data metric changes refs GH-510
With the future implementation of a plugin to monitor datastore performance (#505) and datastore (in)accessibility (#507), the
check_vmware_datastore
plugin should probably be renamed to have asize
,usage
orspace
suffix?I believe I originally intended to make the plugin capable of monitoring most/all attributes related to datastores, but even if implementing the additional support with subcommands, that likely packs too much functionality in one place. Instead, keeping the functionality separate is probably the best direction for now.
While this isn't exactly a breaking change, it could certainly impact deployment tooling and documentation which makes references to the current plugin name. As soon as decision is made to proceed with this change I need to start giving a heads up for at least 1-2 releases before doing so.
The text was updated successfully, but these errors were encountered: