Skip to content

Commit b2a102c

Browse files
committed
SNMP: correct IP addresses
1 parent 4833f0c commit b2a102c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/snmp-exporter/helm-release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ spec:
2121
honorLabels: true
2222
params:
2323
- name: cr1
24-
target: 10.0.0.1
24+
target: 10.1.0.3
2525
module:
2626
- if_mib
2727
- name: cr2
28-
target: 10.1.0.3
28+
target: 10.1.0.1
2929
module:
3030
- if_mib

0 commit comments

Comments
 (0)