Active IQ Unified Manager Discussions
Active IQ Unified Manager Discussions
Hi,
I have an issue with NetApp Harvest 1.6. After updating our clusters from 9.4 to 9.6P7, the volume names have changed in the graphite structure. The svm name plus colon is included in the volume name.
Instead of this:
netapp.perf.FR.dfhfmcc1.svm.SVMNAME.vol.VOLNAME
I now get
netapp.perf.FR.dfhfmcc1.svm.SVMNAME.vol.SVMNAME:VOLNAME
@vachagan_gratian Can you help me here?
Solved! See The Solution
I found a workaround. I did an edit to the file ./plugin/cdot-qtree and added the following:
$item =~ s/\w+://g; #Replace svm:volume with volume
I just don't know if it is really the correct way to do it, without breaking anything else in the future.
It seems the issue is only the qtree plugin...
is this issue still unsolved? sorry for not responding earlier.
I found a workaround. I did an edit to the file ./plugin/cdot-qtree and added the following:
$item =~ s/\w+://g; #Replace svm:volume with volume
I just don't know if it is really the correct way to do it, without breaking anything else in the future.
Yes, if you're using the cdot-qtree plugin from the extras, this is correct, since the svm name is already in the metric leaf.
I think @yannb highlighted this issue with newer ZAPI versions, but we did not have time to fix it.
Yes I think I put the same workaround
Thanks for the confirmation. I am looking forward to Harvest 2.0 and hope Qtree Counters will be still available. 🙂