-
-
Notifications
You must be signed in to change notification settings - Fork 695
Open
Labels
bugSomething isn't workingSomething isn't working
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working