Line with no vSphere version 5.5.0
Nobody has claimed this yet.
- Dominant language
- Perl
- Stars
- 951
- Forks
- 504
- PR merge metrics
- No merged PRs in 30d
Description
I found a line with no vSphere version 5.5.0. I mean, these are lines 817 to 821 of the vmwarevSphereHealthCheck.pl version 6.0.0:
if($aversion eq '4.1.0' || ($aversion eq '5.0.0' || $aversion eq '5.1.0')) {
## UPTIME ##
$vmstateString .= "".($vm->summary->quickStats->uptimeSeconds ? &getUptime($vm->summary->quickStats->uptimeSeconds) : "N/A")."";
}
I wonder why the version number 5.5.0 is not included. And also, some lines don't include the versio number 6.0.0. Those lines are identified running this command:
[user]$ grep 5.1.0 vmwarevSphereHealthCheck.pl -n|grep -v 6.0
Is all of that ok? Thank you.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Review vmwarevSphereHealthCheck.pl around lines 817-821 and compare the version checks using the grep command shown in the report. Confirm whether vSphere 5.5.0 and 6.0.0 should be covered; done means the version coverage question has a confirmed resolution.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- perl
- Domain
- devops
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 30/100