diff --git a/kube/deploy/core/monitoring/snmp-exporter/app/hr.yaml b/kube/deploy/core/monitoring/snmp-exporter/app/hr.yaml index 14001cb1..45407d7f 100644 --- a/kube/deploy/core/monitoring/snmp-exporter/app/hr.yaml +++ b/kube/deploy/core/monitoring/snmp-exporter/app/hr.yaml @@ -30,26 +30,26 @@ spec: interval: 1m scrapeTimeout: 50s params: - - name: fortigate - module: ["if_mib", "ip_mib", "fortinet", "fnFortiGateMib"] + #- name: fortigate + # module: ["if_mib", "ip_mib", "fortinet", "fnFortiGateMib"] + # target: "${IP_ROUTER_VLAN_K8S}" + # auth: ["public_v2"] + - name: fortigate-if-mib + module: ["if_mib"] + target: "${IP_ROUTER_VLAN_K8S}" + auth: ["public_v2"] + - name: fortigate-ip-mib + module: ["ip_mib"] + target: "${IP_ROUTER_VLAN_K8S}" + auth: ["public_v2"] + - name: fortigate-fortinet + module: ["fortinet"] + target: "${IP_ROUTER_VLAN_K8S}" + auth: ["public_v2"] + - name: fortigate-fnfortigatemib + module: ["fnFortiGateMib"] target: "${IP_ROUTER_VLAN_K8S}" auth: ["public_v2"] - #- name: fortigate-if-mib - # module: ["if_mib"] - # target: "${IP_ROUTER_VLAN_K8S}" - # auth: ["public_v2"] - #- name: fortigate-ip-mib - # module: ["ip_mib"] - # target: "${IP_ROUTER_VLAN_K8S}" - # auth: ["public_v2"] - #- name: fortigate-fortinet - # module: ["fortinet"] - # target: "${IP_ROUTER_VLAN_K8S}" - # auth: ["public_v2"] - #- name: fortigate-fnFortiGateMib - # module: ["fnFortiGateMib"] - # target: "${IP_ROUTER_VLAN_K8S}" - # auth: ["public_v2"] relabelings: - { sourceLabels: ["__param_target"], targetLabel: instance } selfMonitor: