Skip to content

Commit

Permalink
fix restrict checks to node also in disk_health
Browse files Browse the repository at this point in the history
* already done in disk_spares, fixes district09#39
  • Loading branch information
Elias481 committed Sep 24, 2020
1 parent 7e6d5c1 commit 4306a57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion check_netapp_ontap.pl
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ sub get_disk_info {
$nahDiskIterator->child_add($nahQuery);
$nahQuery->child_add($nahDiskInfo);
$nahDiskInfo->child_add($nahDiskOwnerInfo);
$nahDiskOwnerInfo->child_add_string("home-node", $strVHost);
$nahDiskOwnerInfo->child_add_string("home-node-name", $strVHost);
}

while(defined($strActiveTag)) {
Expand Down

0 comments on commit 4306a57

Please sign in to comment.