Skip to content

Commit

Permalink
26 Nov 2019 M.Fuerstenau version 1.2.3 - Fixed duplicate definition i…
Browse files Browse the repository at this point in the history
…n datastore_volumes_info.pm

modified:   HISTORY
modified:   check_vmware_esx.pl
modified:   modules/datastore_volumes_info.pm
  • Loading branch information
BaldMansMojo committed Nov 26, 2019
1 parent 2a36c3b commit 37d222e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions HISTORY
Original file line number Diff line number Diff line change
Expand Up @@ -1309,3 +1309,6 @@ was done
host_runtime_info() and maintenance_mode_state in host_disk_io_info().
But elsif was replaced by else if because in my opninio elsif shredders the
structure of the code.

- 26 Nov 2019 M.Fuerstenau version 1.2.3
- Fixed duplicate definition in datastore_volumes_info.pm
3 changes: 3 additions & 0 deletions check_vmware_esx.pl
Original file line number Diff line number Diff line change
Expand Up @@ -1388,6 +1388,9 @@
# host_runtime_info() and maintenance_mode_state in host_disk_io_info().
# But elsif was replaced by else if because in my opninio elsif shredders the
# structure of the code.
#
# - 26 Nov 2019 M.Fuerstenau version 1.2.3
# - Fixed duplicate definition in datastore_volumes_info.pm

use strict;
use warnings;
Expand Down
1 change: 0 additions & 1 deletion modules/datastore_volumes_info.pm
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ sub datastore_volumes_info
my $uom = "MB";
my $alertcnt = 0;
my $stores;
my $store;

if (defined($subselect) && defined($blacklist) && !defined($isregexp))
{
Expand Down

0 comments on commit 37d222e

Please sign in to comment.