I plan to use the "credentials_script" feature. If I put it in the configuration under "Defaults" and have others pollers with password defined, which option will precede? Example:
`Defaults:
collectors:
- Zapi
- ZapiPerf
exporters:
- prometheus
auth_style: basic_auth
username: foo_ontap
credentials_script:
path: ./get_pass
Pollers:
ontap1:
datacenter: DC1
addr: ontap1.local
ontap2:
datacenter: DC1
addr: ontap2.local
StorageGrid1:
datacenter: DC1
addr: storagegrid1.local
username: foo
password: bar
collectors:
- StorageGrid`