From 4482dbb3c6e8c0ac00ca6328ac954e5acaeb5ae3 Mon Sep 17 00:00:00 2001 From: Matthew Baggett Date: Mon, 8 Jul 2024 17:59:57 +0200 Subject: [PATCH] Updating vigil bits --- vigil.tf | 32 +++++++++++++++++--------------- 1 file changed, 17 insertions(+), 15 deletions(-) diff --git a/vigil.tf b/vigil.tf index 24e5510..c4208cd 100644 --- a/vigil.tf +++ b/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" },