Skip to content

Commit

Permalink
Fix converter tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ptodev committed Jun 11, 2024
1 parent 9337512 commit 6ad872b
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -715,15 +715,15 @@ prometheus.exporter.snmp "integrations_snmp" {
auth = "public",
module = "if_mib",
name = "network_switch.1",
snmp_context = "dummyContext",
walk_params = "public",
snmp_context = "dummyContext"

}, {
address = "192.168.1.3",
auth = "private",
module = "mikrotik",
name = "network_router_2",
walk_params = "private",
address = "192.168.1.3",
auth = "private",
module = "mikrotik",
name = "network_router_2",
snmp_context = "dummyContext",
walk_params = "private",
}]
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,7 @@ integrations:
module: mikrotik
walk_params: private
auth: private
snmp_context: dummyContext
snowflake_configs:
- account_name: XXXXXXX-YYYYYYY
username: snowflake-user
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -94,14 +94,15 @@ prometheus.exporter.snmp "integrations_snmp" {
auth = "public",
module = "if_mib",
name = "network_switch.1",
snmp_context = "dummyContext",
walk_params = "public",
snmp_context = "dummyContext"
}, {
address = "192.168.1.3",
auth = "private",
module = "mikrotik",
name = "network_router_2",
walk_params = "private",
address = "192.168.1.3",
auth = "private",
module = "mikrotik",
name = "network_router_2",
snmp_context = "dummyContext",
walk_params = "private",
}]
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@ integrations:
module: mikrotik
walk_params: private
auth: private
snmp_context: dummyContext
snowflake:
enabled: true
account_name: XXXXXXX-YYYYYYY
Expand Down

0 comments on commit 6ad872b

Please sign in to comment.