Active IQ Unified Manager Discussions
Active IQ Unified Manager Discussions
I am able to authenticate and get metrics data from storagegrid web gui
https://server.com/api/v3/grid/metric-labels/instance/values
but the same server.com:9090 or server.com:8080 dont seem to get prometheus metrics
from documentation prometheus metrics are open and should be viewable from grafana add as data source
anyone can help with what port ip to use
also tried grid admin ip:9090/8080 but cant get test in grafana add data source working
Solved! See The Solution
I got support answer from netapp
this below helped to query from remote grafana as data source
Secure Shell (SSH) to the base OS of the admin node through port 8022
• Credentials and su are provided to the root
• ufw allow 9090
used http://server.com:9090 as datasource
Could you check if https://server.com/metrics/graph helps you?
I got support answer from netapp
this below helped to query from remote grafana as data source
Secure Shell (SSH) to the base OS of the admin node through port 8022
• Credentials and su are provided to the root
• ufw allow 9090
used http://server.com:9090 as datasource
IMPORTANT: Do not make any firewall changes without PM/FPVR approval. In this specific case, the correct answer is to use the Client Certificate authentication method to Prometheus. See the 11.6 guides.