This commit is contained in:
parent
e8a89352e2
commit
4482dbb3c6
1 changed files with 17 additions and 15 deletions
32
vigil.tf
32
vigil.tf
|
@ -73,24 +73,26 @@ module "vigil" {
|
||||||
id = "unifi-ap-mainspace"
|
id = "unifi-ap-mainspace"
|
||||||
label = "Unifi AP Mainspace"
|
label = "Unifi AP Mainspace"
|
||||||
endpoints = [
|
endpoints = [
|
||||||
"icmp://mainspace-ap.ti",
|
# "icmp://mainspace-ap.ti", # Painfully, ICMP said it was up when it was infact entirely unplugged. No ICMP for you.
|
||||||
|
"tcp://mainspace-ap.ti:22",
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id = "unifi-ap-auxspace"
|
id = "unifi-ap-auxspace"
|
||||||
label = "Unifi AP Auxspace"
|
label = "Unifi AP Auxspace"
|
||||||
endpoints = [
|
endpoints = [
|
||||||
"icmp://auxspace-ap.ti",
|
# "icmp://auxspace-ap.ti", # Painfully, ICMP said it was up when it was infact entirely unplugged. No ICMP for you.
|
||||||
|
"tcp://auxspace-ap.ti:22",
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
id = "unifi-ap-toilet"
|
||||||
|
label = "Unifi AP Toilet"
|
||||||
|
endpoints = [
|
||||||
|
# "icmp://toilet-ap.ti", # Painfully, ICMP said it was up when it was infact entirely unplugged. No ICMP for you.
|
||||||
|
"tcp://toilet-ap.ti:22",
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
#{
|
|
||||||
# id = "unifi-ap-hallway"
|
|
||||||
# label = "Unifi AP Hallway"
|
|
||||||
# endpoints = [
|
|
||||||
# "icmp://hallway-ap.ti",
|
|
||||||
# ]
|
|
||||||
#},
|
|
||||||
|
|
||||||
]
|
]
|
||||||
"Printers" = [
|
"Printers" = [
|
||||||
{
|
{
|
||||||
|
@ -135,9 +137,9 @@ module "vigil" {
|
||||||
id = "ansible"
|
id = "ansible"
|
||||||
label = "TechInc Ansible Server"
|
label = "TechInc Ansible Server"
|
||||||
endpoints = [
|
endpoints = [
|
||||||
"icmp://ansible.ti",
|
#"icmp://ansible.ti", # Doesn't work?
|
||||||
"tcp://ansible.ti:22",
|
"tcp://ansible.ti:22",
|
||||||
"http://ansible.ti"
|
#"http://ansible.ti", # Doesn't work?
|
||||||
]
|
]
|
||||||
http_method = "GET"
|
http_method = "GET"
|
||||||
},
|
},
|
||||||
|
@ -156,7 +158,7 @@ module "vigil" {
|
||||||
endpoints = [
|
endpoints = [
|
||||||
#"icmp://shardik.ti", # Doesn't work?
|
#"icmp://shardik.ti", # Doesn't work?
|
||||||
"tcp://shardik.ti:22",
|
"tcp://shardik.ti:22",
|
||||||
"http://shardik.ti"
|
"http://shardik.ti",
|
||||||
]
|
]
|
||||||
http_method = "GET"
|
http_method = "GET"
|
||||||
},
|
},
|
||||||
|
@ -164,8 +166,8 @@ module "vigil" {
|
||||||
id = "sip"
|
id = "sip"
|
||||||
label = "SIP"
|
label = "SIP"
|
||||||
endpoints = [
|
endpoints = [
|
||||||
"icmp://sip.ti",
|
#"icmp://sip.ti", # Doesn't work?
|
||||||
"http://sip.ti"
|
"http://sip.ti",
|
||||||
]
|
]
|
||||||
http_method = "GET"
|
http_method = "GET"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue