#missing vscan counters in nabox 4.0.9

1 messages · Page 1 of 1 (latest)

long skiff
#

hello,

i compared the vscan dashboard in:
NAbox v4.0.5 (ef25d0a), Harvest 24.11.0, Grafana 11.1.4,Victoria Metrics 2.24.0
with
NAbox v4.0.9 (7890009), Harvest 25.02.0, Grafana 11.5.1, Victoria Metrics 2.24.0

the NAbox 4.0.5 have metrics in the vscan dashboard under "connection status counters" and "scanner utilization", the NAbox 4.0.9 show me "no data".

this is my test environment and both versions have the same ontap system in the background.
so, there is no different on the netapp storage.

can you check that please?

thank you

twilit forge
long skiff
#

@twilit forge, done - thank you!

twilit forge
#

From logs, metrics are collected but not exported which is strange

Feb 28 09:17:26 nabox4 dc[1635]: havrest           | time=2025-02-28T09:17:26.136Z level=INFO source=collector.go:601 msg=Collected Poller=xxxx collector=RestPerf:Vscan apiMs=176 bytesRx=14290 calcMs=0 exportMs=0 instances=16 instancesExported=4 metrics=112 metricsExported=0 numCalls=1 numPartials=0 parseMs=0 pluginInstances=0 pluginMs=0 pollMs=176 renderedBytes=0 skips=0 zBegin=1740734245960
#

Could you email us the response of below Rest call @ ng-harvest-files@netapp.com or you can upload at the same location as above.

https://CLUSTER_IP/api/cluster/counter/tables/vscan/rows?return_records=true&fields=*

#

Are you using Zapi in NABox 4.0.5?

long skiff
#

Are you using Zapi in NABox 4.0.5?
you mean if ZAPI is enabled in the /etc/nabox/harvest/harvest.yml file?
yes, it´s enabled in nabox 4.0.5 and 4.0.9

https://cluster_ip/api/cluster/counter/tables/vscan/rows?return_records=true&fields=*
{"error":{"code":"6691623", "message":"User is not authorized."}}

twilit forge
#

{"error":{"code":"6691623", "message":"User is not authorized."}}
Could you use the same user as configured in NABox 4.0.9 for this cluster? That has access as per logs.

#

curl -s -k -u user:pass 'https://cluster_ip/api/cluster/counter/tables/vscan/rows?return_records=true&fields=*'

long skiff
#

@twilit forge , the curl command work´s without a problem. i have vscan metrics in nabox 4.0.9, but not in the row ""connection status counters" and "scanner utilization". i see data in the first row "SVM vscanner".

twilit forge
#

First row comes from a diffrent template which is RestPerf:VscanSVM

#

Could you share results of curl command?

long skiff
light lance
#

Thanks @long skiff , we have received the response and we are able to reproduce the issue locally with replaying your response, Working on the fix.

long skiff
#

perfect - will wait for the fix. thank you for your support 🤝

light lance