Dears:
Currently, I found a problem when using Prometheus to monitor Nutanix Objects according to https://prism IP:9440/oss/api/nutanix/metrics. This works fine for a long time.
But when our AD team disable NTLM v1 in domain controller, problem happened, Prometheus could not work as before to get the data from API.
Current Prometheus config is like below:
- job_name: 'object_exporter_bucketname’
metrics_path: /oss/api/nutanix/metrics/tobject store name]/nbucket name]
scheme: https
scrape_interval: 90s
static_configs:
- targets: [https://Prism Central IP:9440]
tls_config:
insecure_skip_verify: true
basic_auth:
username: [Prism Central service account]
password: [Password of service account]
Anyone know if NTLM v1 is used during API authentication?