From 6d685f8d1e48ad19464dea887820f8988b8e3341 Mon Sep 17 00:00:00 2001 From: Ulric Qin Date: Tue, 7 Jun 2022 22:55:30 +0800 Subject: [PATCH] refactor configurations of plugin: switch_legacy --- conf/input.switch_legacy/switch_legacy.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/conf/input.switch_legacy/switch_legacy.toml b/conf/input.switch_legacy/switch_legacy.toml index 8848347..1f69da1 100644 --- a/conf/input.switch_legacy/switch_legacy.toml +++ b/conf/input.switch_legacy/switch_legacy.toml @@ -7,18 +7,18 @@ switch_id_label = "ip" "192.168.88.160" = "switch001.bj" "192.168.88.161" = "switch002.bj" -[[instances]] +# [[instances]] # # interval = global.interval * interval_times # interval_times = 1 # use global unique string to specify instance # labels = { region="beijing" } -ips = [ - # "172.16.2.1", - # "172.16.4/24", - # "192.168.56.102-192.168.56.120" -] +# ips = [ +# "172.16.2.1", +# "172.16.4/24", +# "192.168.56.102-192.168.56.120" +# ] community = "public"