这是indexloc提供的服务,不要输入任何密码
Skip to content
This repository was archived by the owner on Feb 13, 2025. It is now read-only.
This repository was archived by the owner on Feb 13, 2025. It is now read-only.

cmd/scollector: wrong old config "icmp" field conversion to TOML #1085

@d10v

Description

@d10v

when scollector converts scollector.conf from this

icmp = example1.com,example2.com

to TOML it does this:

[[ICMP]]
  Host = "example1.com,example2.com"

but it should be

[[ICMP]]
  Host = "example1.com"
[[ICMP]]
  Host = "example2.com"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions