Skip to content

ssh: dns not resolving but IP works #1575

@n3gwg

Description

@n3gwg

Describe the bug

Example(s) that fail:

  • name: "cisco switch (ssh)"
    group: network hardware
    url: "ssh://switch1.lan.mydomain.com"
    interval: 15m
    conditions:
    • "[CONNECTED] == true"

Example(s) that work:

  • name: "cisco switch (ssh)"
    group: network hardware
    url: "ssh://10.1.1.1"
    interval: 15m
    conditions:

    • "[CONNECTED] == true"
  • name: "cisco switch (ssh)"
    group: network hardware
    url: "icmp://switch1.lan.mydomain.com"
    interval: 15m
    conditions:

    • "[STATUS] == any(0, 200)"

Yet, for monitoring "https://" or "icmp://" DNS resolution seems to function absent any appreciable anomalies.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions