From c00d6f49de6b567c82cd74fbb8778d195a333b06 Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Sun, 26 Jan 2025 07:55:56 -0600 Subject: [PATCH] hosts: Add OVH VPS It turns out, $0.99/mo might be _too_ cheap for a cloud server. Running the Blackbox Exporter+vmagent on the HostVDS instance worked for a few days, but then it started having frequent timeouts when probing the websites. I tried redeploying the instance, switching to a larger instance, and moving it to different networks. Unfortunately, none of this seemed to help. Switching over to a VPS running in OVH cloud. OVH VPS servers are managed statically, as opposed to via API, so we can't use Pulumi to create them. This one was created for me when I signed up for an OVH acount. --- hosts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/hosts b/hosts index ab46368..ed63f74 100644 --- a/hosts +++ b/hosts @@ -181,6 +181,9 @@ web0.pyrocufflink.blue [radius:children] samba-dc +[remote-blackbox] +vps-04485add.vps.ovh.us + [repohost] file0.pyrocufflink.blue @@ -221,6 +224,9 @@ vmhost1.pyrocufflink.blue [vmagent:children] remote-blackbox +[vps] +vps-04485add.vps.ovh.us + [vps:children] hostvds