#Is there a way to get the number of ONTAP connections from Harvest?
1 messages · Page 1 of 1 (latest)
hi @open parrot does this help? https://github.com/NetApp/harvest/discussions/4007
can you provide anymore details on your environment? Are you using the out-of-the-box templates or have you added/enabled additional ones? Where are you seeing the connection limit messages on ONTAP or Harvest logs? Could you upload your poller logs to https://upload.nabox.org/paru-xicu-byto
I don’t see metadata_collector_numCalls in the Harvest Doucmentation
I’ve disabled harvest in the environment that’s having the issue and I’m currently in a test environment. Currently I was using a ZAPI metric to create a grafana alert to see how many established connections ONTAP has. This is what I currently have: count(netstat_bytes_recvd). I was wondering if there was something similar in REST that I could do. We’re exploring a solution to the connections issue but the main thing is that we wanted to be able to alert on how many established connections OnTap has
The number of active connections is tracked via the discussion link I shared above. Does that do what you want?