Skip to content

Commit

Permalink
SNMP: correct IP addresses
Browse files Browse the repository at this point in the history
  • Loading branch information
nomaster committed Nov 1, 2024
1 parent 4833f0c commit b2a102c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/snmp-exporter/helm-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ spec:
honorLabels: true
params:
- name: cr1
target: 10.0.0.1
target: 10.1.0.3
module:
- if_mib
- name: cr2
target: 10.1.0.3
target: 10.1.0.1
module:
- if_mib

0 comments on commit b2a102c

Please sign in to comment.