Skip to content

Commit 37d222e

Browse files
committed
26 Nov 2019 M.Fuerstenau version 1.2.3 - Fixed duplicate definition in datastore_volumes_info.pm
modified: HISTORY modified: check_vmware_esx.pl modified: modules/datastore_volumes_info.pm
1 parent 2a36c3b commit 37d222e

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

HISTORY

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1309,3 +1309,6 @@ was done
13091309
host_runtime_info() and maintenance_mode_state in host_disk_io_info().
13101310
But elsif was replaced by else if because in my opninio elsif shredders the
13111311
structure of the code.
1312+
1313+
- 26 Nov 2019 M.Fuerstenau version 1.2.3
1314+
- Fixed duplicate definition in datastore_volumes_info.pm

check_vmware_esx.pl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1388,6 +1388,9 @@
13881388
# host_runtime_info() and maintenance_mode_state in host_disk_io_info().
13891389
# But elsif was replaced by else if because in my opninio elsif shredders the
13901390
# structure of the code.
1391+
#
1392+
# - 26 Nov 2019 M.Fuerstenau version 1.2.3
1393+
# - Fixed duplicate definition in datastore_volumes_info.pm
13911394

13921395
use strict;
13931396
use warnings;

modules/datastore_volumes_info.pm

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ sub datastore_volumes_info
2929
my $uom = "MB";
3030
my $alertcnt = 0;
3131
my $stores;
32-
my $store;
3332

3433
if (defined($subselect) && defined($blacklist) && !defined($isregexp))
3534
{

0 commit comments

Comments
 (0)