diff --git a/prometheus-exporters/snmp-exporter/templates/scrapeconfig-f5archer.yaml b/prometheus-exporters/snmp-exporter/templates/scrapeconfig-f5archer.yaml index 98534d3094e..7d208d00dd4 100644 --- a/prometheus-exporters/snmp-exporter/templates/scrapeconfig-f5archer.yaml +++ b/prometheus-exporters/snmp-exporter/templates/scrapeconfig-f5archer.yaml @@ -9,7 +9,7 @@ metadata: app.kubernetes.io/name: snmp-exporter-f5archer spec: httpSDConfigs: - - url: {{ .Values.http_sd_configs.netbox_url }}/devices/?custom_labels=__param_module=f5archer;__param_auth=f5_v3&manufacturer=f5&status=active®ion={{ .Values.global.region }}&model=f5-vcmp&tag=cc-net-f5-guest-archer&target_in_name=False + - url: {{ .Values.http_sd_configs.netbox_url }}/devices/?custom_labels=__param_module=f5archer;__param_auth=f5_v3&manufacturer=f5&status=active®ion={{ .Values.global.region }}&tag=cc-net-f5-guest-archer&target_in_name=False refreshInterval: {{ .Values.http_sd_configs.refresh_interval }} metricsPath: /snmp scrapeInterval: 60s