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"
|
||||
label = "Unifi AP Mainspace"
|
||||
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"
|
||||
label = "Unifi AP Auxspace"
|
||||
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" = [
|
||||
{
|
||||
|
@ -135,9 +137,9 @@ module "vigil" {
|
|||
id = "ansible"
|
||||
label = "TechInc Ansible Server"
|
||||
endpoints = [
|
||||
"icmp://ansible.ti",
|
||||
#"icmp://ansible.ti", # Doesn't work?
|
||||
"tcp://ansible.ti:22",
|
||||
"http://ansible.ti"
|
||||
#"http://ansible.ti", # Doesn't work?
|
||||
]
|
||||
http_method = "GET"
|
||||
},
|
||||
|
@ -156,7 +158,7 @@ module "vigil" {
|
|||
endpoints = [
|
||||
#"icmp://shardik.ti", # Doesn't work?
|
||||
"tcp://shardik.ti:22",
|
||||
"http://shardik.ti"
|
||||
"http://shardik.ti",
|
||||
]
|
||||
http_method = "GET"
|
||||
},
|
||||
|
@ -164,8 +166,8 @@ module "vigil" {
|
|||
id = "sip"
|
||||
label = "SIP"
|
||||
endpoints = [
|
||||
"icmp://sip.ti",
|
||||
"http://sip.ti"
|
||||
#"icmp://sip.ti", # Doesn't work?
|
||||
"http://sip.ti",
|
||||
]
|
||||
http_method = "GET"
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue