Hello,
I installed the version 1.6 of NetApp Harvest but I could't make it work the new dashboards for snapmirror and nfs connections.
On the other hand I tried to update from 1.6 to 1.6.1 for getting the new capability with the added extension of capacity.
In my conf file netapp-harvest.conf I changed the next line:
for this other:
template = default,extension.conf
|
Also I create the template file extension.conf in the dir /opt/netapp-harvest/template. I have both scripts (bash and python) for gathering the information related to snapmirror and nfs connections:
/opt/netapp-harvest/extension/snapmirror_replications.py
|
/opt/netapp-harvest/extension/nfs-connections.sh
|
I've checked the logs file in both cases:
snapmirror_replications
[2020-04-29 10:59:03,225] [DEBUG] Started new session. Will poll host [10.50.0.20] for snapmirror replications
[2020-04-29 10:59:03,271] [WARNING] [connect_zapi] Failed to connect to NaServer: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:618)
|
nfs_connections
[2020-04-29 11:00:01] [DEBUG ] Session started
[2020-04-29 11:02:08] [DEBUG ] Session ended
|
For add more information, I reviewed the information which harvest gather in the location /opt/graphite/storage/whisper/netapp/perf/*group*/*Cluster*/node/*nodecluster*/ and I don't have the information which grafana usess to graph the data.
total 12
drwxr-xr-x. 3 root root 17 Apr 21 18:24 flashcache
drwxr-xr-x. 4 root root 40 Apr 21 18:24 ..
drwxr-xr-x. 4 root root 4096 Apr 21 18:25 aggr
drwxr-xr-x. 8 root root 66 Apr 21 18:26 fcp_port
drwxr-xr-x. 2 root root 241 Apr 21 18:26 fcp
drwxr-xr-x. 6 root root 46 Apr 21 18:27 hostadapter
drwxr-xr-x. 4 root root 35 Apr 21 18:27 headroom
drwxr-xr-x. 7 root root 61 Apr 21 18:29 eth_port
drwxr-xr-x. 14 root root 189 Apr 21 18:36 .
drwxr-xr-x. 2 root root 100 Apr 21 18:42 nfsv3
drwxr-xr-x. 5 root root 122 Apr 21 18:44 wafl
drwxr-xr-x. 3 root root 81 Apr 21 18:44 processor
drwxr-xr-x. 2 root root 4096 Apr 21 18:44 system
drwxr-xr-x. 2 root root 4096 Apr 22 04:01 vol_summary
|
Previously of opening this issue, I have checked all topics related with this and I tried to fix it without success.
Please, could you help?
Thanks.