add toilet AP
This commit is contained in:
parent
793568095e
commit
3ce144ce24
1 changed files with 3 additions and 4 deletions
7
vigil.tf
7
vigil.tf
|
@ -94,11 +94,10 @@ module "vigil" {
|
|||
]
|
||||
},
|
||||
{
|
||||
id = "unifi-ap-toilet"
|
||||
label = "Unifi AP Toilet"
|
||||
id = "unifi-ap-toilets"
|
||||
label = "Unifi AP Hallway/Toilets"
|
||||
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",
|
||||
"icmp://toilet-ap.ti",
|
||||
]
|
||||
},
|
||||
]
|
||||
|
|
Reference in a new issue